Use long-form --color option

This commit is contained in:
Ben Chatelain 2017-05-23 11:17:24 -06:00
parent e2ef2349c8
commit 69c6c11f34

View file

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