1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-01-22 05:32:28 +01:00

Add destination

This commit is contained in:
Nathan Mattes 2024-06-11 11:57:20 +02:00 committed by GitHub
parent 83e2000090
commit ac1a7420c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,11 +49,12 @@ platform :ios do
lane :build_only do
xcodebuild(
clean: true,
scheme: "Mastodon"
scheme: "#{$appName}"
)
xcodebuild(
build: true,
scheme: "Mastodon"
destination: "platform=iOS Simulator,name=iPhone 14 Pro",
scheme: "#{$appName}"
)
end