update mcaos image

This commit is contained in:
Salvatore Giordano
2021-10-08 12:19:18 +02:00
parent f2c279f996
commit 441b49c791
4 changed files with 2 additions and 7 deletions
-1
View File
@@ -1,7 +1,6 @@
source "https://rubygems.org"
gem "fastlane"
gem "xcode-install"
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)
@@ -34,8 +34,6 @@ platform :ios do
desc "Deploy build to Firebase"
lane :deploy_to_firebase do
match_me
xcode_install(version: "13.0")
xcversion(version: "~> 13.0.0")
gym(
workspace: "./Runner.xcworkspace",
@@ -61,8 +59,6 @@ platform :ios do
desc "Deploy build to TestFlight"
lane :deploy_to_testflight do
match_appstore
xcode_install(version: "13.0")
xcversion(version: "~> 13.0.0")
settings_to_override = {
:BUNDLE_IDENTIFIER => "io.getstream.flutter",