Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable bitcode for iOS 9.1 SDK. #173

Merged
merged 1 commit into from
Oct 23, 2015
Merged

Enable bitcode for iOS 9.1 SDK. #173

merged 1 commit into from
Oct 23, 2015

Conversation

nlutsenko
Copy link
Member

9.0 -> 9.1

@@ -18,7 +18,7 @@ MACH_O_TYPE = staticlib
DEFINES_MODULE = YES
MODULEMAP_FILE = $(SRCROOT)/Bolts/Resources/iOS.modulemap

OTHER_CFLAGS[sdk=iphoneos9.0] = $(inherited) -fembed-bitcode
OTHER_CFLAGS[sdk=iphoneos9.1] = $(inherited) -fembed-bitcode

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe 9.* would work.

nlutsenko added a commit that referenced this pull request Oct 23, 2015
@nlutsenko nlutsenko merged commit 76a56b8 into master Oct 23, 2015
@nlutsenko nlutsenko deleted the nlutsenko.bitcode branch October 23, 2015 00:19
@facebook-github-bot
Copy link
Contributor

@nlutsenko updated the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants