Created
September 16, 2015 20:40
-
-
Save joshdholtz/bf32c2a399524febd1f9 to your computer and use it in GitHub Desktop.
circle.yml for Xcode 7 / iOS 9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
machine: | |
xcode: | |
version: "7.0" | |
dependencies: | |
pre: | |
- brew uninstall xctool && brew install --HEAD xctool |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment