2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

[WIP] Clean, then build (IOS-280)

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

View File

@ -48,10 +48,13 @@ platform :ios do
lane :build_only do
xcodebuild(
build: true,
clean: true,
scheme: "Mastodon"
)
xcodebuild(
build: true,
scheme: "Mastodon"
)
end
desc " Build and deploy the App to App Store Connect & TestFlight"