From 39be4723fd3e8ea934d19e9ea4ac243eee216202 Mon Sep 17 00:00:00 2001 From: kishikawa katsumi Date: Sun, 25 Oct 2015 19:27:40 +0900 Subject: [PATCH] Fix bitcode generation mode --- Lib/UICKeyChainStore.xcodeproj/project.pbxproj | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Lib/UICKeyChainStore.xcodeproj/project.pbxproj b/Lib/UICKeyChainStore.xcodeproj/project.pbxproj index 97e22ec..032d30c 100644 --- a/Lib/UICKeyChainStore.xcodeproj/project.pbxproj +++ b/Lib/UICKeyChainStore.xcodeproj/project.pbxproj @@ -805,6 +805,7 @@ 1418515E1BD284D6005DF9AB /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + BITCODE_GENERATION_MODE = marker; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; @@ -826,6 +827,7 @@ 1418515F1BD284D6005DF9AB /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + BITCODE_GENERATION_MODE = bitcode; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; @@ -848,6 +850,7 @@ 148F1C1D1BDCD829000AE481 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + BITCODE_GENERATION_MODE = marker; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; @@ -869,6 +872,7 @@ 148F1C1E1BDCD829000AE481 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + BITCODE_GENERATION_MODE = bitcode; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; @@ -1007,6 +1011,7 @@ 14A59CB41A62CF6E006561CC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + BITCODE_GENERATION_MODE = marker; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -1023,6 +1028,7 @@ 14A59CB51A62CF6E006561CC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + BITCODE_GENERATION_MODE = bitcode; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -1065,6 +1071,7 @@ 14A59CD21A62D3A2006561CC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + BITCODE_GENERATION_MODE = marker; COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; @@ -1088,6 +1095,7 @@ 14A59CD31A62D3A2006561CC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + BITCODE_GENERATION_MODE = bitcode; COMBINE_HIDPI_IMAGES = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; @@ -1147,6 +1155,7 @@ 14A59D101A62F336006561CC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + BITCODE_GENERATION_MODE = marker; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", @@ -1161,6 +1170,7 @@ 14A59D111A62F336006561CC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + BITCODE_GENERATION_MODE = bitcode; IPHONEOS_DEPLOYMENT_TARGET = 4.3; OTHER_LDFLAGS = "-ObjC"; PRODUCT_NAME = "$(PROJECT_NAME)"; @@ -1279,6 +1289,7 @@ 148F1C1E1BDCD829000AE481 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; 148F1C221BDCD829000AE481 /* Build configuration list for PBXNativeTarget "UICKeyChainStore-tvOSTests" */ = { isa = XCConfigurationList; @@ -1287,6 +1298,7 @@ 148F1C201BDCD829000AE481 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; 14A59C971A62CF6E006561CC /* Build configuration list for PBXProject "UICKeyChainStore" */ = { isa = XCConfigurationList;