Browse Source

ios: set Fastlane test groups

master
Saúl Ibarra Corretgé 5 years ago
parent
commit
0b68bef0be
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      ios/fastlane/Fastfile

+ 1
- 0
ios/fastlane/Fastfile View File

72
       changelog: ENV["JITSI_CHANGELOG"],
72
       changelog: ENV["JITSI_CHANGELOG"],
73
       demo_account_required: false,
73
       demo_account_required: false,
74
       distribute_external: true,
74
       distribute_external: true,
75
+      groups: ENV["JITSI_BETA_TESTING_GROUPS"],
75
       reject_build_waiting_for_review: true,
76
       reject_build_waiting_for_review: true,
76
       uses_non_exempt_encryption: false
77
       uses_non_exempt_encryption: false
77
     )
78
     )

Loading…
Cancel
Save