Merge pull request #617 from grapefrukt/tvos-bitcode
Dropped flag for toggling bitcode on tvOS builds
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
@@ -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__::\"",
|
||||
|
||||
Reference in New Issue
Block a user