Ver código fonte

ios: set Fastlane test groups

master
Saúl Ibarra Corretgé 5 anos atrás
pai
commit
0b68bef0be
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      ios/fastlane/Fastfile

+ 1
- 0
ios/fastlane/Fastfile Ver arquivo

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

Carregando…
Cancelar
Salvar