diff --git a/packages/stream_chat_v1/ios/fastlane/Fastfile b/packages/stream_chat_v1/ios/fastlane/Fastfile index 2d46198..100453c 100644 --- a/packages/stream_chat_v1/ios/fastlane/Fastfile +++ b/packages/stream_chat_v1/ios/fastlane/Fastfile @@ -62,7 +62,7 @@ platform :ios do settings_to_override = { :BUNDLE_IDENTIFIER => "io.getstream.flutter", - :PROVISIONING_PROFILE_SPECIFIER => "match AppStore io.getstream.flutter 1620032657" + :PROVISIONING_PROFILE_SPECIFIER => "match AppStore io.getstream.flutter 1630915713" } gym( @@ -83,6 +83,7 @@ platform :ios do groups: ['Public'], distribute_external: true, changelog: message, + username: 'salvatore@getstrea.io', reject_build_waiting_for_review: true ) end diff --git a/packages/stream_chat_v1/ios/fastlane/testflight_gym_export_options.plist b/packages/stream_chat_v1/ios/fastlane/testflight_gym_export_options.plist index 2d09042..65a11c8 100644 --- a/packages/stream_chat_v1/ios/fastlane/testflight_gym_export_options.plist +++ b/packages/stream_chat_v1/ios/fastlane/testflight_gym_export_options.plist @@ -7,7 +7,7 @@ provisioningProfiles io.getstream.flutter - match AppStore io.getstream.flutter + match AppStore io.getstream.flutter 1630915713 \ No newline at end of file