From b577a027bfab081bb66571044d37c5b2bd82296c Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Fri, 12 Mar 2021 13:32:57 +0100 Subject: [PATCH] update fastfile --- packages/stream_chat_v1/ios/fastlane/Fastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/stream_chat_v1/ios/fastlane/Fastfile b/packages/stream_chat_v1/ios/fastlane/Fastfile index ec2adc8..15e7ecd 100644 --- a/packages/stream_chat_v1/ios/fastlane/Fastfile +++ b/packages/stream_chat_v1/ios/fastlane/Fastfile @@ -40,7 +40,8 @@ platform :ios do firebase_app_distribution( app: "1:674907137625:ios:cafb9fb076a453c4d7f348", - groups: "ios-stream-testers" + groups: "ios-stream-testers", + skip_waiting_for_build_processing: true ) end end \ No newline at end of file