Skip to content

Commit 37c6edb

Browse files
authored
Merge pull request #18 from lawder/develop
enable bitcode
2 parents 043bd25 + dd7b278 commit 37c6edb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NetDiag.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@
553553
DFCEC64F1C2EC01D0058EE65 /* Debug */ = {
554554
isa = XCBuildConfiguration;
555555
buildSettings = {
556+
BITCODE_GENERATION_MODE = bitcode;
556557
OTHER_LDFLAGS = "-ObjC";
557558
PRODUCT_NAME = "$(TARGET_NAME)";
558559
SKIP_INSTALL = YES;
@@ -562,6 +563,7 @@
562563
DFCEC6501C2EC01D0058EE65 /* Release */ = {
563564
isa = XCBuildConfiguration;
564565
buildSettings = {
566+
BITCODE_GENERATION_MODE = bitcode;
565567
OTHER_LDFLAGS = "-ObjC";
566568
PRODUCT_NAME = "$(TARGET_NAME)";
567569
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)