From 0b68bef0be6d8424ae8b5b7dc1b8a8858ec7fc7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 14 Nov 2019 18:17:56 +0100 Subject: [PATCH] ios: set Fastlane test groups --- ios/fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 34cf7ef46..da2bb89ff 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -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 )