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.
This commit is contained in:
Martin Jonasson
2015-11-05 11:52:22 +01:00
parent d88709de2e
commit 345bc50246
2 changed files with 0 additions and 3 deletions

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