From 7f3e06ce67a9140c659e218408cc0ef2f672d74d Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Thu, 22 Oct 2015 16:11:37 -0700 Subject: [PATCH] Embed bitcode for all iOS 9.* SDKs. --- Configurations/Parse-iOS.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations/Parse-iOS.xcconfig b/Configurations/Parse-iOS.xcconfig index 1c2a0ccdb..dc3ded39a 100644 --- a/Configurations/Parse-iOS.xcconfig +++ b/Configurations/Parse-iOS.xcconfig @@ -19,4 +19,4 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) $(BUILT_PRODUCTS_DIR) $(VENDOR_DIR)/Bolts- INFOPLIST_FILE = $(PROJECT_DIR)/Parse/Resources/Parse-iOS.Info.plist -OTHER_CFLAGS[sdk=iphoneos9.0] = $(inherited) -fembed-bitcode +OTHER_CFLAGS[sdk=iphoneos9.*] = $(inherited) -fembed-bitcode