mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
Invoke xcpretty through bundler
This commit is contained in:
parent
2315713a9d
commit
ca4edd4ea9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue