Browse Source

fix(ios) avoid rejecting builds in progress in TestFlight

factor2
Saúl Ibarra Corretgé 2 years ago
parent
commit
c33baf4c96
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      ios/fastlane/Fastfile

+ 0
- 1
ios/fastlane/Fastfile View File

98
       demo_account_required: false,
98
       demo_account_required: false,
99
       distribute_external: true,
99
       distribute_external: true,
100
       groups: ENV["JITSI_BETA_TESTING_GROUPS"],
100
       groups: ENV["JITSI_BETA_TESTING_GROUPS"],
101
-      reject_build_waiting_for_review: true,
102
       uses_non_exempt_encryption: false
101
       uses_non_exempt_encryption: false
103
     )
102
     )
104
 
103
 

Loading…
Cancel
Save