chore: update fastlane
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user