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