Skip to content

Commit

Permalink
Build a universal binary and enable the hardened runtime for notariza…
Browse files Browse the repository at this point in the history
…tion.
  • Loading branch information
blast007 committed Dec 8, 2024
1 parent da99691 commit dbf9d05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Xcode/BZFlag.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6984,7 +6984,9 @@
03C8EE3F167ABE2300BB07A5 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "$(SRCROOT)/BZFlag-Info.plist";
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"-lSDL2",
"-lGLEW",
Expand All @@ -6999,7 +7001,9 @@
03C8EE40167ABE2300BB07A5 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "$(SRCROOT)/BZFlag-Info.plist";
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"-lSDL2",
"-lGLEW",
Expand Down

0 comments on commit dbf9d05

Please sign in to comment.