Skip to content

Commit 38f1fd4

Browse files
committed
build settings for Intel, move Credits.rtf
1 parent 419fdce commit 38f1fd4

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

BlockOut.xcodeproj/project.pbxproj

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
B04364452B125E55002AB585 /* libm.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libm.tbd; path = usr/lib/libm.tbd; sourceTree = SDKROOT; };
241241
B04364472B125E59002AB585 /* libdl.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libdl.tbd; path = usr/lib/libdl.tbd; sourceTree = SDKROOT; };
242242
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>"; };
244244
/* End PBXFileReference section */
245245

246246
/* Begin PBXFrameworksBuildPhase section */
@@ -831,7 +831,10 @@
831831
"$(inherited)",
832832
);
833833
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+
);
835838
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.arcade-games";
836839
INFOPLIST_KEY_NSHumanReadableCopyright = "";
837840
INFOPLIST_KEY_NSPrincipalClass = NSApplication;
@@ -843,6 +846,7 @@
843846
/opt/homebrew/lib,
844847
/opt/homebrew/Cellar/sdl2_mixer/2.6.3_1/lib,
845848
/opt/homebrew/Cellar/sdl2/2.28.5/lib,
849+
/usr/local/lib,
846850
);
847851
MARKETING_VERSION = 1.0;
848852
PRODUCT_BUNDLE_IDENTIFIER = com.tampinco.BlockOut;
@@ -865,7 +869,10 @@
865869
MACOS_BUNDLE,
866870
);
867871
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+
);
869876
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.arcade-games";
870877
INFOPLIST_KEY_NSHumanReadableCopyright = "";
871878
INFOPLIST_KEY_NSPrincipalClass = NSApplication;
@@ -877,6 +884,7 @@
877884
/opt/homebrew/lib,
878885
/opt/homebrew/Cellar/sdl2_mixer/2.6.3_1/lib,
879886
/opt/homebrew/Cellar/sdl2/2.28.5/lib,
887+
/usr/local/lib,
880888
);
881889
MARKETING_VERSION = 1.0;
882890
PRODUCT_BUNDLE_IDENTIFIER = com.tampinco.BlockOut;
File renamed without changes.

0 commit comments

Comments
 (0)