chore: update fastlane
This commit is contained in:
@@ -62,7 +62,7 @@ platform :ios do
|
|||||||
|
|
||||||
settings_to_override = {
|
settings_to_override = {
|
||||||
:BUNDLE_IDENTIFIER => "io.getstream.flutter",
|
:BUNDLE_IDENTIFIER => "io.getstream.flutter",
|
||||||
:PROVISIONING_PROFILE_SPECIFIER => "match AppStore io.getstream.flutter 1620032657"
|
:PROVISIONING_PROFILE_SPECIFIER => "match AppStore io.getstream.flutter 1630915713"
|
||||||
}
|
}
|
||||||
|
|
||||||
gym(
|
gym(
|
||||||
@@ -83,6 +83,7 @@ platform :ios do
|
|||||||
groups: ['Public'],
|
groups: ['Public'],
|
||||||
distribute_external: true,
|
distribute_external: true,
|
||||||
changelog: message,
|
changelog: message,
|
||||||
|
username: '[email protected]',
|
||||||
reject_build_waiting_for_review: true
|
reject_build_waiting_for_review: true
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<key>provisioningProfiles</key>
|
<key>provisioningProfiles</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>io.getstream.flutter</key>
|
<key>io.getstream.flutter</key>
|
||||||
<string>match AppStore io.getstream.flutter</string>
|
<string>match AppStore io.getstream.flutter 1630915713</string>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
Reference in New Issue
Block a user