Skip to content

Commit f2614e8

Browse files
Change Bitcode to YES for AppStore publish
1 parent 268a19d commit f2614e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Mockingjay.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
DYLIB_COMPATIBILITY_VERSION = 1;
465465
DYLIB_CURRENT_VERSION = 1;
466466
DYLIB_INSTALL_NAME_BASE = "@rpath";
467-
ENABLE_BITCODE = NO;
467+
ENABLE_BITCODE = YES;
468468
FRAMEWORK_SEARCH_PATHS = (
469469
"$(inherited)",
470470
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
@@ -492,7 +492,7 @@
492492
DYLIB_COMPATIBILITY_VERSION = 1;
493493
DYLIB_CURRENT_VERSION = 1;
494494
DYLIB_INSTALL_NAME_BASE = "@rpath";
495-
ENABLE_BITCODE = NO;
495+
ENABLE_BITCODE = YES;
496496
FRAMEWORK_SEARCH_PATHS = (
497497
"$(inherited)",
498498
"$(PLATFORM_DIR)/Developer/Library/Frameworks",

0 commit comments

Comments
 (0)