Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions sample_app/ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ platform :ios do
distribute_external: true,
notify_external_testers: true,
ipa: "#{root_path}/build/ios/ipa/ChatSample.ipa",
groups: ['Internal Testers', 'External Testers'],
groups: ['External Testers'],
changelog: 'Lots of amazing new features to test out!',
skip_waiting_for_build_processing: true,
)
Expand All @@ -145,7 +145,6 @@ platform :ios do
distribute_external: false,
notify_external_testers: false,
ipa: "#{root_path}/build/ios/ipa/ChatSample.ipa",
groups: ['Internal Testers'],
changelog: 'Lots of amazing new features to test out!',
skip_waiting_for_build_processing: true,
)
Expand Down
Loading