Skip to content

Commit 7c1da2c

Browse files
committed
install/upgrade xctool from HEAD
since Xcode 7 GM support is not officially released on Homebrew—yet. facebookarchive/xctool#528
1 parent 2b2e00b commit 7c1da2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ travis-get-deps: ##Install dependencies for building on Travis
2626
travis-get-deps: xcode-cltools-check submodules
2727
@brew update; \
2828
brew install carthage || brew upgrade carthage; \
29+
brew install xctool --HEAD || brew install xctool --HEAD; \
2930
bundle install --without dev;
3031

3132
#!!!!!

0 commit comments

Comments
 (0)