iOS tutorials: Disable bitcode for now

Our builds don't get include the bitcode, so disable it from the
examples for now.

https://bugzilla.gnome.org/show_bug.cgi?id=770875
This commit is contained in:
Olivier Crete 2016-10-24 15:15:07 -04:00 committed by Olivier Crête
parent 90077c91dd
commit c3ca4da184

View file

@ -1013,6 +1013,7 @@
C67B40C3172EBDF1008359CC /* Debug */ = { C67B40C3172EBDF1008359CC /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ENABLE_BITCODE = NO;
IPHONEOS_DEPLOYMENT_TARGET = 6.1; IPHONEOS_DEPLOYMENT_TARGET = 6.1;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos; SDKROOT = iphoneos;
@ -1024,6 +1025,7 @@
C67B40C4172EBDF1008359CC /* Release */ = { C67B40C4172EBDF1008359CC /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ENABLE_BITCODE = NO;
IPHONEOS_DEPLOYMENT_TARGET = 6.1; IPHONEOS_DEPLOYMENT_TARGET = 6.1;
ONLY_ACTIVE_ARCH = NO; ONLY_ACTIVE_ARCH = NO;
SDKROOT = iphoneos; SDKROOT = iphoneos;