ios: set Fastlane test groups

This commit is contained in:
Saúl Ibarra Corretgé 2019-11-14 18:17:56 +01:00 committed by Saúl Ibarra Corretgé
parent 676e943d81
commit 0b68bef0be
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ platform :ios do
changelog: ENV["JITSI_CHANGELOG"],
demo_account_required: false,
distribute_external: true,
groups: ENV["JITSI_BETA_TESTING_GROUPS"],
reject_build_waiting_for_review: true,
uses_non_exempt_encryption: false
)