iOS tutorials: Disable bitcode for now
authorOlivier Crete <olivier.crete@collabora.com>
Mon, 24 Oct 2016 19:15:07 +0000 (15:15 -0400)
committerOlivier CrĂȘte <olivier.crete@collabora.com>
Tue, 25 Oct 2016 00:12:25 +0000 (20:12 -0400)
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

index 5b9826d..c46568a 100644 (file)
                C67B40C3172EBDF1008359CC /* Debug */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
+                               ENABLE_BITCODE = NO;
                                IPHONEOS_DEPLOYMENT_TARGET = 6.1;
                                ONLY_ACTIVE_ARCH = YES;
                                SDKROOT = iphoneos;
                C67B40C4172EBDF1008359CC /* Release */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
+                               ENABLE_BITCODE = NO;
                                IPHONEOS_DEPLOYMENT_TARGET = 6.1;
                                ONLY_ACTIVE_ARCH = NO;
                                SDKROOT = iphoneos;