Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit 31dd837

Browse files
committed
Merge pull request #148 from ParsePlatform/nlutsenko.bitcode
Add bitcode support for pre-compiled frameworks.
2 parents 4282c57 + 0ccdbfe commit 31dd837

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ParseUI.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,6 +1196,10 @@
11961196
INFOPLIST_FILE = "$(SRCROOT)/ParseUI/Resources/Info.plist";
11971197
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
11981198
MACH_O_TYPE = staticlib;
1199+
"OTHER_CFLAGS[sdk=iphoneos9.0]" = (
1200+
"$(inherited)",
1201+
"-fembed-bitcode",
1202+
);
11991203
PRODUCT_NAME = ParseUI;
12001204
TARGETED_DEVICE_FAMILY = "1,2";
12011205
};
@@ -1211,6 +1215,10 @@
12111215
INFOPLIST_FILE = "$(SRCROOT)/ParseUI/Resources/Info.plist";
12121216
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
12131217
MACH_O_TYPE = staticlib;
1218+
"OTHER_CFLAGS[sdk=iphoneos9.0]" = (
1219+
"$(inherited)",
1220+
"-fembed-bitcode",
1221+
);
12141222
PRODUCT_NAME = ParseUI;
12151223
TARGETED_DEVICE_FAMILY = "1,2";
12161224
};

0 commit comments

Comments
 (0)