update mcaos image
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
build_and_deploy_ios:
|
build_and_deploy_ios:
|
||||||
runs-on: [macos-latest]
|
runs-on: [macos-11]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install RubyGems
|
- name: Install RubyGems
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
build_and_deploy_ios:
|
build_and_deploy_ios:
|
||||||
runs-on: [macos-latest]
|
runs-on: [macos-11]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install RubyGems
|
- name: Install RubyGems
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "fastlane"
|
gem "fastlane"
|
||||||
gem "xcode-install"
|
|
||||||
|
|
||||||
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
||||||
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|
||||||
|
|||||||
@@ -34,8 +34,6 @@ platform :ios do
|
|||||||
desc "Deploy build to Firebase"
|
desc "Deploy build to Firebase"
|
||||||
lane :deploy_to_firebase do
|
lane :deploy_to_firebase do
|
||||||
match_me
|
match_me
|
||||||
xcode_install(version: "13.0")
|
|
||||||
xcversion(version: "~> 13.0.0")
|
|
||||||
|
|
||||||
gym(
|
gym(
|
||||||
workspace: "./Runner.xcworkspace",
|
workspace: "./Runner.xcworkspace",
|
||||||
@@ -61,8 +59,6 @@ platform :ios do
|
|||||||
desc "Deploy build to TestFlight"
|
desc "Deploy build to TestFlight"
|
||||||
lane :deploy_to_testflight do
|
lane :deploy_to_testflight do
|
||||||
match_appstore
|
match_appstore
|
||||||
xcode_install(version: "13.0")
|
|
||||||
xcversion(version: "~> 13.0.0")
|
|
||||||
|
|
||||||
settings_to_override = {
|
settings_to_override = {
|
||||||
:BUNDLE_IDENTIFIER => "io.getstream.flutter",
|
:BUNDLE_IDENTIFIER => "io.getstream.flutter",
|
||||||
|
|||||||
Reference in New Issue
Block a user