From c3ca4da1848c04a8aa8303199712a94fe55d120e Mon Sep 17 00:00:00 2001 From: Olivier Crete Date: Mon, 24 Oct 2016 15:15:07 -0400 Subject: [PATCH] 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 --- tutorials/xcode iOS/GStreamer iOS Tutorials.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorials/xcode iOS/GStreamer iOS Tutorials.xcodeproj/project.pbxproj b/tutorials/xcode iOS/GStreamer iOS Tutorials.xcodeproj/project.pbxproj index 5b9826d..c46568a 100644 --- a/tutorials/xcode iOS/GStreamer iOS Tutorials.xcodeproj/project.pbxproj +++ b/tutorials/xcode iOS/GStreamer iOS Tutorials.xcodeproj/project.pbxproj @@ -1013,6 +1013,7 @@ C67B40C3172EBDF1008359CC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ENABLE_BITCODE = NO; IPHONEOS_DEPLOYMENT_TARGET = 6.1; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -1024,6 +1025,7 @@ C67B40C4172EBDF1008359CC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + ENABLE_BITCODE = NO; IPHONEOS_DEPLOYMENT_TARGET = 6.1; ONLY_ACTIVE_ARCH = NO; SDKROOT = iphoneos; -- 2.7.4