Enable bitcode for framework

This commit is contained in:
Sergey Abramchuk
2017-05-27 17:44:04 +03:00
parent 1fbadb9e97
commit 3432d2828a
2 changed files with 0 additions and 4 deletions

View File

@@ -1,8 +1,6 @@
SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx
TARGETED_DEVICE_FAMILY = 1,2
ENABLE_BITCODE = NO
////////////////////////////////////////////////////////////////////////////////
//
// iOS-specific settings

View File

@@ -1072,7 +1072,6 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_DYNAMIC_NO_PIC = NO;
@@ -1123,7 +1122,6 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;