From f626b886d03f882fc72589db846f24df5290bb03 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 19 Sep 2015 10:41:27 +0300 Subject: We don't want bitcode at least for now Change-Id: I54c6a9f665957fb8ff67cce96b5718aaaad5afbb --- .../TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ios') diff --git a/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj b/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj index c5d9a6c21c10..55828d5a8657 100644 --- a/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj +++ b/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj @@ -2444,6 +2444,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "TiledLibreOffice/TiledLibreOffice-Prefix.pch"; INFOPLIST_FILE = "TiledLibreOffice/TiledLibreOffice-Info.plist"; @@ -2457,6 +2458,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "TiledLibreOffice/TiledLibreOffice-Prefix.pch"; INFOPLIST_FILE = "TiledLibreOffice/TiledLibreOffice-Info.plist"; -- cgit