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

Make Bolts subproject referencable. Introduced build_release script. #59

Merged
merged 1 commit into from Sep 9, 2014
Merged

Conversation

ghost
Copy link

@ghost ghost commented Aug 28, 2014

This commit makes Bolts.xcodeproj to be subproject referencable in Xcode as well as introduces build_release.sh script to e2e build the releases of Bolts.framework.

  • Got rid of Debug64, Release64 configurations
  • Make arm64 compile with iOS 6.0+ deployment target on all configurations
  • Got rid of custom build step to copy headers in favor of Xcode public headers folder path setting
  • Added build_release.sh script
  • Updated target configurations to be checked by Xcode 5.1.1

Test Plan:

  • Used compiled Bolts.framework on iOS 5.0 Simulator on 10.7 via empty example app with some code that uses BFTask/BFAppLink
  • Run ./scripts/build_framework.sh && otool -fV -arch all build/ios/Bolts.framework/Bolts - make sure that you've got all required architectures in the project.
  • Run ./scripts/build_release.sh

grantland added a commit that referenced this pull request Sep 9, 2014
Make Bolts subproject referencable. Introduced build_release script.
@grantland grantland merged commit 53156a4 into BoltsFramework:master Sep 9, 2014
@facebook-github-bot
Copy link
Contributor

@ghost updated the pull request.

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

Successfully merging this pull request may close these issues.

3 participants