From 345bc50246ae29f2d2a47ee8c4e9efe32f94f10e Mon Sep 17 00:00:00 2001 From: Martin Jonasson Date: Thu, 5 Nov 2015 11:52:22 +0100 Subject: [PATCH] Dropped flag for toggling bitcode on tvOS builds I had some issues getting it to be set at all. Plus, considering that apps compiled without it will not even run on the devices I can't see any reason for keeping it around. --- lime/tools/platforms/TVOSPlatform.hx | 1 - templates/tvos/PROJ.xcodeproj/project.pbxproj | 2 -- 2 files changed, 3 deletions(-) diff --git a/lime/tools/platforms/TVOSPlatform.hx b/lime/tools/platforms/TVOSPlatform.hx index 1a4953109..c96e1f0c8 100644 --- a/lime/tools/platforms/TVOSPlatform.hx +++ b/lime/tools/platforms/TVOSPlatform.hx @@ -211,7 +211,6 @@ class TVOSPlatform extends PlatformTarget { } - context.ENABLE_BITCODE = project.config.getBool ("tvos.enable-bitcode", true); context.IOS_COMPILER = project.config.getString ("tvos.compiler", "clang"); context.CPP_BUILD_LIBRARY = project.config.getString ("cpp.buildLibrary", "hxcpp"); diff --git a/templates/tvos/PROJ.xcodeproj/project.pbxproj b/templates/tvos/PROJ.xcodeproj/project.pbxproj index bf8762d52..45cf206e3 100644 --- a/templates/tvos/PROJ.xcodeproj/project.pbxproj +++ b/templates/tvos/PROJ.xcodeproj/project.pbxproj @@ -303,7 +303,6 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - ENABLE_BITCODE = ::if (ENABLE_BITCODE)::YES::else::NO::end::; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", ::foreach frameworkSearchPaths:: "\"::__current__::\"", @@ -356,7 +355,6 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - ENABLE_BITCODE = ::if (ENABLE_BITCODE)::YES::else::NO::end::; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", ::foreach frameworkSearchPaths:: "\"::__current__::\"",