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

pull/149/head
Jenn Magder 5 years ago committed by GitHub
parent c056b754a2
commit f955976837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save