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

Commit

Permalink
Merge pull request #148 from ParsePlatform/nlutsenko.bitcode
Browse files Browse the repository at this point in the history
Add bitcode support for pre-compiled frameworks.
  • Loading branch information
nlutsenko committed Sep 10, 2015
2 parents 4282c57 + 0ccdbfe commit 31dd837
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ParseUI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,10 @@
INFOPLIST_FILE = "$(SRCROOT)/ParseUI/Resources/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
MACH_O_TYPE = staticlib;
"OTHER_CFLAGS[sdk=iphoneos9.0]" = (
"$(inherited)",
"-fembed-bitcode",
);
PRODUCT_NAME = ParseUI;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -1211,6 +1215,10 @@
INFOPLIST_FILE = "$(SRCROOT)/ParseUI/Resources/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
MACH_O_TYPE = staticlib;
"OTHER_CFLAGS[sdk=iphoneos9.0]" = (
"$(inherited)",
"-fembed-bitcode",
);
PRODUCT_NAME = ParseUI;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down

0 comments on commit 31dd837

Please sign in to comment.