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

Full bitcode support #141

Merged
merged 4 commits into from
Jan 27, 2016
Merged

Full bitcode support #141

merged 4 commits into from
Jan 27, 2016

Conversation

heitortsergent
Copy link
Contributor

This PR fixes #140 . It simplifies the build process by removing the "KeenClient-Device" and "KeenClient-Simulator" targets, and using the KeenClient-Aggregate "Run Script" phase to build both binaries from the "KeenClient" target.

It builds both binaries using the -fembed-bitcode-marker (Simulator) and -fembed-bitcode (Device) flags to add full bitcode support for debugging and deployment.

@heitortsergent heitortsergent added this to the 3.5.1 milestone Jan 26, 2016
@terrhorn
Copy link
Contributor

👍

@heitortsergent heitortsergent merged commit 93be68b into master Jan 27, 2016
@heitortsergent heitortsergent deleted the full_bitcode branch January 27, 2016 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Archiving not possible in Swift app as lib isn't bitcode
2 participants