[Libreoffice-commits] core.git: ios/experimental

Tor Lillqvist tml at collabora.com
Sat Sep 19 00:42:00 PDT 2015


 ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit f626b886d03f882fc72589db846f24df5290bb03
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sat Sep 19 10:41:27 2015 +0300

    We don't want bitcode at least for now
    
    Change-Id: I54c6a9f665957fb8ff67cce96b5718aaaad5afbb

diff --git a/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj b/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj
index c5d9a6c2..55828d5 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";


More information about the Libreoffice-commits mailing list