From 6770abbdfc094720a86da669396e0c777c6bac15 Mon Sep 17 00:00:00 2001 From: Olivier Halligon Date: Wed, 14 Dec 2022 21:06:41 +0100 Subject: [PATCH] Update the Distribution Group used by Installable Builds to the default 'Collaborators' group Simplifies user management, and this is the group people gets added to by default by our MC tool anyway See pdnsEh-Of-p2 --- fastlane/lanes/build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/lanes/build.rb b/fastlane/lanes/build.rb index 9ea02dbb11a5..3163b0012a73 100644 --- a/fastlane/lanes/build.rb +++ b/fastlane/lanes/build.rb @@ -278,7 +278,7 @@ app_name: 'WPiOS-One-Offs', file: lane_context[SharedValues::IPA_OUTPUT_PATH], dsym: lane_context[SharedValues::DSYM_OUTPUT_PATH], - destinations: 'All-users-of-WPiOS-One-Offs', + destinations: 'Collaborators', notify_testers: false )