fastlane: prepare for open beta access

This commit is contained in:
Saúl Ibarra Corretgé 2019-11-12 15:04:13 +01:00 committed by Saúl Ibarra Corretgé
parent 53f01a39c9
commit 131e8f4aea
2 changed files with 6 additions and 2 deletions

View File

@ -24,7 +24,7 @@ platform :android do
# Upload built artifact to the Closed Beta track
upload_to_play_store(
track: "Closed Beta",
track: "Beta",
json_key: ENV["JITSI_JSON_KEY_FILE"],
skip_upload_metadata: true,
skip_upload_images: true,

View File

@ -61,7 +61,11 @@ platform :ios do
)
# Upload the build to TestFlight (but don't distribute it)
upload_to_testflight(skip_submission: true, skip_waiting_for_build_processing: true)
upload_to_testflight(
distribute_external: true,
reject_build_waiting_for_review: true,
skip_submission: false,
skip_waiting_for_build_processing: false)
# Cleanup
clean_build_artifacts