We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2e00b commit 7c1da2cCopy full SHA for 7c1da2c
Makefile
@@ -26,6 +26,7 @@ travis-get-deps: ##Install dependencies for building on Travis
26
travis-get-deps: xcode-cltools-check submodules
27
@brew update; \
28
brew install carthage || brew upgrade carthage; \
29
+ brew install xctool --HEAD || brew install xctool --HEAD; \
30
bundle install --without dev;
31
32
#!!!!!
0 commit comments