chore: set CI build device
This commit is contained in:
parent
bb5c999bea
commit
5f71acf5ce
|
@ -7,5 +7,6 @@ set -eo pipefail
|
||||||
|
|
||||||
xcodebuild -workspace Mastodon.xcworkspace \
|
xcodebuild -workspace Mastodon.xcworkspace \
|
||||||
-scheme Mastodon \
|
-scheme Mastodon \
|
||||||
|
-destination "platform=iOS Simulator,name=iPhone SE (2nd generation)" \
|
||||||
clean \
|
clean \
|
||||||
build | xcpretty
|
build | xcpretty
|
||||||
|
|
Loading…
Reference in New Issue