|
240 | 240 | B04364452B125E55002AB585 /* libm.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libm.tbd; path = usr/lib/libm.tbd; sourceTree = SDKROOT; }; |
241 | 241 | B04364472B125E59002AB585 /* libdl.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libdl.tbd; path = usr/lib/libdl.tbd; sourceTree = SDKROOT; }; |
242 | 242 | B04364492B1260A9002AB585 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; }; |
243 | | - B043644B2B1267A4002AB585 /* Credits.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = Credits.rtf; sourceTree = "<group>"; }; |
| 243 | + B043644B2B1267A4002AB585 /* Credits.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = Credits.rtf; path = BlockOut/Credits.rtf; sourceTree = "<group>"; }; |
244 | 244 | /* End PBXFileReference section */ |
245 | 245 |
|
246 | 246 | /* Begin PBXFrameworksBuildPhase section */ |
|
831 | 831 | "$(inherited)", |
832 | 832 | ); |
833 | 833 | GENERATE_INFOPLIST_FILE = YES; |
834 | | - HEADER_SEARCH_PATHS = /opt/homebrew/include/SDL2; |
| 834 | + HEADER_SEARCH_PATHS = ( |
| 835 | + /opt/homebrew/include/SDL2, |
| 836 | + /usr/local/include/SDL2, |
| 837 | + ); |
835 | 838 | INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.arcade-games"; |
836 | 839 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
837 | 840 | INFOPLIST_KEY_NSPrincipalClass = NSApplication; |
|
843 | 846 | /opt/homebrew/lib, |
844 | 847 | /opt/homebrew/Cellar/sdl2_mixer/2.6.3_1/lib, |
845 | 848 | /opt/homebrew/Cellar/sdl2/2.28.5/lib, |
| 849 | + /usr/local/lib, |
846 | 850 | ); |
847 | 851 | MARKETING_VERSION = 1.0; |
848 | 852 | PRODUCT_BUNDLE_IDENTIFIER = com.tampinco.BlockOut; |
|
865 | 869 | MACOS_BUNDLE, |
866 | 870 | ); |
867 | 871 | GENERATE_INFOPLIST_FILE = YES; |
868 | | - HEADER_SEARCH_PATHS = /opt/homebrew/include/SDL2; |
| 872 | + HEADER_SEARCH_PATHS = ( |
| 873 | + /opt/homebrew/include/SDL2, |
| 874 | + /usr/local/include/SDL2, |
| 875 | + ); |
869 | 876 | INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.arcade-games"; |
870 | 877 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
871 | 878 | INFOPLIST_KEY_NSPrincipalClass = NSApplication; |
|
877 | 884 | /opt/homebrew/lib, |
878 | 885 | /opt/homebrew/Cellar/sdl2_mixer/2.6.3_1/lib, |
879 | 886 | /opt/homebrew/Cellar/sdl2/2.28.5/lib, |
| 887 | + /usr/local/lib, |
880 | 888 | ); |
881 | 889 | MARKETING_VERSION = 1.0; |
882 | 890 | PRODUCT_BUNDLE_IDENTIFIER = com.tampinco.BlockOut; |
|
0 commit comments