Skip to content

Commit

Permalink
Disabled bitcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Nguyen committed Sep 9, 2016
1 parent 96018ce commit 2dd312c
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
13 changes: 13 additions & 0 deletions samples/Basic/xcode_ios/Basic.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@
00692BC614FF149000D0A05E /* Project object */ = {
isa = PBXProject;
attributes = {
TargetAttributes = {
00692BCE14FF149000D0A05E = {
DevelopmentTeam = T7738XV55V;
};
};
};
buildConfigurationList = 00692BC914FF149000D0A05E /* Build configuration list for PBXProject "Basic" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -237,6 +242,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = YES;
ENABLE_BITCODE = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
Expand Down Expand Up @@ -269,6 +275,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
DEAD_CODE_STRIPPING = YES;
ENABLE_BITCODE = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_PREPROCESSOR_DEFINITIONS = (
"NDEBUG=1",
Expand All @@ -291,6 +298,8 @@
00692BF614FF149000D0A05E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = Basic_Prefix.pch;
INFOPLIST_FILE = Info.plist;
Expand All @@ -305,13 +314,16 @@
"../../../lib/ios-sim/Debug/libcinder-sdftext.a",
);
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
00692BF714FF149000D0A05E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = Basic_Prefix.pch;
INFOPLIST_FILE = Info.plist;
Expand All @@ -326,6 +338,7 @@
"../../../lib/ios-sim/Release/libcinder-sdftext.a",
);
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
};
name = Release;
Expand Down
13 changes: 13 additions & 0 deletions samples/BasicMesh/xcode_ios/BasicMesh.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@
00692BC614FF149000D0A05E /* Project object */ = {
isa = PBXProject;
attributes = {
TargetAttributes = {
00692BCE14FF149000D0A05E = {
DevelopmentTeam = T7738XV55V;
};
};
};
buildConfigurationList = 00692BC914FF149000D0A05E /* Build configuration list for PBXProject "BasicMesh" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -291,6 +296,9 @@
00692BF614FF149000D0A05E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
ENABLE_BITCODE = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = BasicMesh_Prefix.pch;
INFOPLIST_FILE = Info.plist;
Expand All @@ -305,13 +313,17 @@
"../../../lib/ios-sim/Debug/libcinder-sdftext.a",
);
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
00692BF714FF149000D0A05E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
ENABLE_BITCODE = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = BasicMesh_Prefix.pch;
INFOPLIST_FILE = Info.plist;
Expand All @@ -326,6 +338,7 @@
"../../../lib/ios-sim/Release/libcinder-sdftext.a",
);
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
};
name = Release;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@
00692BF614FF149000D0A05E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ENABLE_BITCODE = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = MeshPages_Prefix.pch;
INFOPLIST_FILE = Info.plist;
Expand All @@ -312,6 +313,7 @@
00692BF714FF149000D0A05E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ENABLE_BITCODE = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = MeshPages_Prefix.pch;
INFOPLIST_FILE = Info.plist;
Expand Down
2 changes: 2 additions & 0 deletions samples/StarWars/xcode_ios/StarWars.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@
00692BF614FF149000D0A05E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ENABLE_BITCODE = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = StarWars_Prefix.pch;
INFOPLIST_FILE = Info.plist;
Expand All @@ -312,6 +313,7 @@
00692BF714FF149000D0A05E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ENABLE_BITCODE = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = StarWars_Prefix.pch;
INFOPLIST_FILE = Info.plist;
Expand Down
Binary file not shown.

0 comments on commit 2dd312c

Please sign in to comment.