From 59963473efbe86e4b7ca292bc2d81ac90f872581 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 22 Jul 2022 10:58:32 -0700 Subject: [PATCH] Enable bitcode by default for iOS and tvOS builds --- Xcode/SDL/SDL.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Xcode/SDL/SDL.xcodeproj/project.pbxproj b/Xcode/SDL/SDL.xcodeproj/project.pbxproj index cd75bcde3..a3c0a1148 100644 --- a/Xcode/SDL/SDL.xcodeproj/project.pbxproj +++ b/Xcode/SDL/SDL.xcodeproj/project.pbxproj @@ -9379,6 +9379,7 @@ DYLIB_COMPATIBILITY_VERSION = 1.0.0; DYLIB_CURRENT_VERSION = 2302.0.0; DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_BITCODE = YES; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_ALTIVEC_EXTENSIONS = YES; GCC_AUTO_VECTORIZATION = YES; @@ -9464,6 +9465,7 @@ DYLIB_COMPATIBILITY_VERSION = 1.0.0; DYLIB_CURRENT_VERSION = 2302.0.0; DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_BITCODE = YES; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; GCC_ALTIVEC_EXTENSIONS = YES;