diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-09-19 10:41:27 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-09-19 10:41:27 +0300 |
commit | f626b886d03f882fc72589db846f24df5290bb03 (patch) | |
tree | 26f071dc016452202a75bd6107479c7afd629ac6 /ios/experimental | |
parent | d24cdb9c4a5de2dd856e86884ce67aa6f1c28453 (diff) |
We don't want bitcode at least for now
Change-Id: I54c6a9f665957fb8ff67cce96b5718aaaad5afbb
Diffstat (limited to 'ios/experimental')
-rw-r--r-- | ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
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"; |