Merge pull request #617 from grapefrukt/tvos-bitcode

Dropped flag for toggling bitcode on tvOS builds
This commit is contained in:
Joshua Granick
2015-11-05 17:05:48 -08:00
2 changed files with 0 additions and 3 deletions

View File

@@ -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");

View File

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