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: [ app_identifier: [
"io.getstream.flutter", "io.getstream.flutter",
], ],
readonly: false readonly: is_ci
) )
end end
@@ -60,19 +60,19 @@ platform :ios do
lane :deploy_to_testflight do lane :deploy_to_testflight do
match_appstore match_appstore
# settings_to_override = { settings_to_override = {
# :BUNDLE_IDENTIFIER => "io.getstream.flutter", :BUNDLE_IDENTIFIER => "io.getstream.flutter",
# :PROVISIONING_PROFILE_SPECIFIER => "match AppStore io.getstream.flutter 1630915713" :PROVISIONING_PROFILE_SPECIFIER => "match AppStore io.getstream.flutter 1630916072"
# } }
gym( gym(
workspace: "./Runner.xcworkspace", workspace: "./Runner.xcworkspace",
scheme: "Runner", scheme: "Runner",
export_method: "app-store", export_method: "app-store",
# export_options: "./fastlane/testflight_gym_export_options.plist", export_options: "./fastlane/testflight_gym_export_options.plist",
silent: true, silent: true,
clean: true, clean: true,
# xcargs: settings_to_override, xcargs: settings_to_override,
include_symbols: true, include_symbols: true,
output_directory: "./dist", output_directory: "./dist",
) )
@@ -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 1630915713</string> <string>match AppStore io.getstream.flutter 1630916072</string>
</dict> </dict>
</dict> </dict>
</plist> </plist>