Skip to content

Commit f955976

Browse files
authored
Remove bitcode=NO from add-to-app flows (#140)
1 parent c056b75 commit f955976

File tree

1 file changed

+0
-2
lines changed
  • experimental/add_to_app/SimpleIOSExample/SimpleIOSExample.xcodeproj

1 file changed

+0
-2
lines changed

experimental/add_to_app/SimpleIOSExample/SimpleIOSExample.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,6 @@
580580
buildSettings = {
581581
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
582582
CODE_SIGN_STYLE = Automatic;
583-
ENABLE_BITCODE = NO;
584583
INFOPLIST_FILE = SimpleIOSExample/Info.plist;
585584
LD_RUNPATH_SEARCH_PATHS = (
586585
"$(inherited)",
@@ -599,7 +598,6 @@
599598
buildSettings = {
600599
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
601600
CODE_SIGN_STYLE = Automatic;
602-
ENABLE_BITCODE = NO;
603601
INFOPLIST_FILE = SimpleIOSExample/Info.plist;
604602
LD_RUNPATH_SEARCH_PATHS = (
605603
"$(inherited)",

0 commit comments

Comments
 (0)