This commit is contained in:
Salvatore Giordano
2022-05-03 11:23:46 +02:00
parent c2a48b413e
commit 9dddea50b1
2 changed files with 2 additions and 2 deletions
@@ -62,7 +62,7 @@ platform :ios do
settings_to_override = {
:BUNDLE_IDENTIFIER => "io.getstream.flutter",
:PROVISIONING_PROFILE_SPECIFIER => "match AppStore io.getstream.flutter 1630916072"
:PROVISIONING_PROFILE_SPECIFIER => "match AppStore io.getstream.flutter 1651569762"
}
gym(
@@ -7,7 +7,7 @@
<key>provisioningProfiles</key>
<dict>
<key>io.getstream.flutter</key>
<string>match AppStore io.getstream.flutter 1630916072</string>
<string>match AppStore io.getstream.flutter 1651569762</string>
</dict>
</dict>
</plist>