Skip to content

Commit

Permalink
Fix bitcode generation mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Oct 25, 2015
1 parent 4d8821f commit 39be472
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Lib/UICKeyChainStore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,7 @@
1418515E1BD284D6005DF9AB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BITCODE_GENERATION_MODE = marker;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -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;
Expand All @@ -848,6 +850,7 @@
148F1C1D1BDCD829000AE481 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BITCODE_GENERATION_MODE = marker;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -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;
Expand Down Expand Up @@ -1007,6 +1011,7 @@
14A59CB41A62CF6E006561CC /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BITCODE_GENERATION_MODE = marker;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand All @@ -1023,6 +1028,7 @@
14A59CB51A62CF6E006561CC /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BITCODE_GENERATION_MODE = bitcode;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand Down Expand Up @@ -1065,6 +1071,7 @@
14A59CD21A62D3A2006561CC /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BITCODE_GENERATION_MODE = marker;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -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;
Expand Down Expand Up @@ -1147,6 +1155,7 @@
14A59D101A62F336006561CC /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BITCODE_GENERATION_MODE = marker;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
Expand All @@ -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)";
Expand Down Expand Up @@ -1279,6 +1289,7 @@
148F1C1E1BDCD829000AE481 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
148F1C221BDCD829000AE481 /* Build configuration list for PBXNativeTarget "UICKeyChainStore-tvOSTests" */ = {
isa = XCConfigurationList;
Expand All @@ -1287,6 +1298,7 @@
148F1C201BDCD829000AE481 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
14A59C971A62CF6E006561CC /* Build configuration list for PBXProject "UICKeyChainStore" */ = {
isa = XCConfigurationList;
Expand Down

0 comments on commit 39be472

Please sign in to comment.