mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
11 lines
180 B
Bash
Executable File
11 lines
180 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -o pipefail && \
|
|
|
|
xcodebuild \
|
|
-project Persephone.xcodeproj \
|
|
-scheme Persephone \
|
|
-destination platform\=macOS build \
|
|
-configuration Release \
|
|
| xcpretty
|