From 50265bd6c3803cb4621746c3964ce21119665b27 Mon Sep 17 00:00:00 2001 From: Bruno Lemos Date: Fri, 6 Jan 2017 05:16:29 -0200 Subject: [PATCH] Also enable BITCODE on Release build Sorry, this was missing in the merged pull request. --- ios/OAuthManager.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/OAuthManager.xcodeproj/project.pbxproj b/ios/OAuthManager.xcodeproj/project.pbxproj index f263d06..731ce28 100644 --- a/ios/OAuthManager.xcodeproj/project.pbxproj +++ b/ios/OAuthManager.xcodeproj/project.pbxproj @@ -361,7 +361,7 @@ CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES; DYLIB_INSTALL_NAME_BASE = ""; EMBEDDED_CONTENT_CONTAINS_SWIFT = NO; - ENABLE_BITCODE = NO; + ENABLE_BITCODE = YES; HEADER_SEARCH_PATHS = ( "$(inherited)", "$(SRCROOT)/../../React/**", @@ -388,7 +388,7 @@ CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES; DYLIB_INSTALL_NAME_BASE = ""; EMBEDDED_CONTENT_CONTAINS_SWIFT = NO; - ENABLE_BITCODE = NO; + ENABLE_BITCODE = YES; HEADER_SEARCH_PATHS = ( "$(inherited)", "$(SRCROOT)/../../React/**",