We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0cc5d commit 20ebd61Copy full SHA for 20ebd61
packages/stream_chat_v1/ios/fastlane/Fastfile
@@ -62,7 +62,7 @@ platform :ios do
62
63
settings_to_override = {
64
:BUNDLE_IDENTIFIER => "io.getstream.flutter",
65
- :PROVISIONING_PROFILE_SPECIFIER => "match AppStore io.getstream.flutter 1630916072"
+ :PROVISIONING_PROFILE_SPECIFIER => "match AppStore io.getstream.flutter 1651569762"
66
}
67
68
gym(
packages/stream_chat_v1/ios/fastlane/testflight_gym_export_options.plist
@@ -7,7 +7,7 @@
7
<key>provisioningProfiles</key>
8
<dict>
9
<key>io.getstream.flutter</key>
10
- <string>match AppStore io.getstream.flutter 1630916072</string>
+ <string>match AppStore io.getstream.flutter 1651569762</string>
11
</dict>
12
13
</plist>
0 commit comments