Invoke xcpretty through bundler

This commit is contained in:
Ben Chatelain 2018-01-26 19:51:01 -07:00
parent 2315713a9d
commit ca4edd4ea9

View file

@ -16,7 +16,7 @@ build() {
-scheme mas-cli \
-configuration Release \
clean build \
| xcpretty --color
| bundle exec xcpretty --color
}
archive() {
@ -25,7 +25,7 @@ archive() {
-scheme mas-cli \
-archivePath mas.xcarchive \
archive \
| xcpretty --color
| bundle exec xcpretty --color
}
main