Skip to content

Commit

Permalink
install/upgrade xctool from HEAD
Browse files Browse the repository at this point in the history
since Xcode 7 GM support is not officially released on Homebrew—yet.

facebookarchive/xctool#528
  • Loading branch information
bgerstle committed Sep 15, 2015
1 parent 2b2e00b commit 7c1da2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ travis-get-deps: ##Install dependencies for building on Travis
travis-get-deps: xcode-cltools-check submodules
@brew update; \
brew install carthage || brew upgrade carthage; \
brew install xctool --HEAD || brew install xctool --HEAD; \
bundle install --without dev;

#!!!!!
Expand Down

0 comments on commit 7c1da2c

Please sign in to comment.