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:
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user