chore: update fastlane

This commit is contained in:
Salvatore Giordano
2021-09-06 10:24:38 +02:00
parent 9a99827603
commit 505b016813
2 changed files with 3 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 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
@@ -7,7 +7,7 @@
<key>provisioningProfiles</key>
<dict>
<key>io.getstream.flutter</key>
<string>match AppStore io.getstream.flutter</string>
<string>match AppStore io.getstream.flutter 1630915713</string>
</dict>
</dict>
</plist>