mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +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 \
|
-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
|
||||||
|
|
Loading…
Add table
Reference in a new issue