chore: update fastlane

This commit is contained in:
Salvatore Giordano
2021-09-06 13:15:05 +02:00
parent 08bb83d344
commit ff0cf8d5d7
2 changed files with 8 additions and 8 deletions
@@ -26,7 +26,7 @@ lane :match_appstore do
app_identifier: [
"io.getstream.flutter",
],
readonly: false
readonly: is_ci
)
end
@@ -60,19 +60,19 @@ platform :ios do
lane :deploy_to_testflight do
match_appstore
# settings_to_override = {
# :BUNDLE_IDENTIFIER => "io.getstream.flutter",
# :PROVISIONING_PROFILE_SPECIFIER => "match AppStore io.getstream.flutter 1630915713"
# }
settings_to_override = {
:BUNDLE_IDENTIFIER => "io.getstream.flutter",
:PROVISIONING_PROFILE_SPECIFIER => "match AppStore io.getstream.flutter 1630916072"
}
gym(
workspace: "./Runner.xcworkspace",
scheme: "Runner",
export_method: "app-store",
# export_options: "./fastlane/testflight_gym_export_options.plist",
export_options: "./fastlane/testflight_gym_export_options.plist",
silent: true,
clean: true,
# xcargs: settings_to_override,
xcargs: settings_to_override,
include_symbols: true,
output_directory: "./dist",
)
@@ -7,7 +7,7 @@
<key>provisioningProfiles</key>
<dict>
<key>io.getstream.flutter</key>
<string>match AppStore io.getstream.flutter 1630915713</string>
<string>match AppStore io.getstream.flutter 1630916072</string>
</dict>
</dict>
</plist>