Fixes N64 games crashing when compiled with Xcode 15
# Conflicts: # Delta.xcodeproj/project.pbxproj
This commit is contained in:
parent
62ebf05a8f
commit
af01b97faf
@ -1941,6 +1941,10 @@
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.5b4;
|
||||
OTHER_LDFLAGS = (
|
||||
"-ld64",
|
||||
"$(inherited)",
|
||||
);
|
||||
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" -DDEBUG";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.Delta;
|
||||
PROVISIONING_PROFILE = "";
|
||||
@ -1975,6 +1979,10 @@
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.5b4;
|
||||
OTHER_LDFLAGS = (
|
||||
"-ld64",
|
||||
"$(inherited)",
|
||||
);
|
||||
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" -DIMPACTOR";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.Delta;
|
||||
PROVISIONING_PROFILE = "";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user