From dbf9d05b5d3cac01a7f1057e2c8ecf9dfb6f7456 Mon Sep 17 00:00:00 2001 From: Scott Wichser Date: Sat, 7 Dec 2024 20:27:17 -0600 Subject: [PATCH] Build a universal binary and enable the hardened runtime for notarization. --- Xcode/BZFlag.xcodeproj/project.pbxproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Xcode/BZFlag.xcodeproj/project.pbxproj b/Xcode/BZFlag.xcodeproj/project.pbxproj index 7331f32c58..2cf8c8f654 100644 --- a/Xcode/BZFlag.xcodeproj/project.pbxproj +++ b/Xcode/BZFlag.xcodeproj/project.pbxproj @@ -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", @@ -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",