1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-09 06:18:49 +00:00

Remove bitcode=NO from add-to-app flows (#140)

This commit is contained in:
Jenn Magder
2019-09-09 15:57:40 -07:00
committed by GitHub
parent c056b754a2
commit f955976837

View File

@@ -580,7 +580,6 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = SimpleIOSExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
@@ -599,7 +598,6 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = SimpleIOSExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",