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__::\"",