mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 14:28:51 +00:00
Remove bitcode=NO from add-to-app flows (#140)
This commit is contained in:
@@ -580,7 +580,6 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
ENABLE_BITCODE = NO;
|
|
||||||
INFOPLIST_FILE = SimpleIOSExample/Info.plist;
|
INFOPLIST_FILE = SimpleIOSExample/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
@@ -599,7 +598,6 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
ENABLE_BITCODE = NO;
|
|
||||||
INFOPLIST_FILE = SimpleIOSExample/Info.plist;
|
INFOPLIST_FILE = SimpleIOSExample/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
|
|||||||
Reference in New Issue
Block a user