update fastfile to work with xcode 13
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
||||
run: |
|
||||
cd ios
|
||||
bundle install
|
||||
- uses: subosito/flutter-action@v1.4.0
|
||||
- uses: subosito/flutter-action@v1.5.3
|
||||
with:
|
||||
channel: 'stable'
|
||||
- name: Flutter setup
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: '12.x'
|
||||
- uses: subosito/flutter-action@v1.4.0
|
||||
- uses: subosito/flutter-action@v1.5.3
|
||||
with:
|
||||
channel: 'stable'
|
||||
- run: |
|
||||
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
run: |
|
||||
cd ios
|
||||
bundle install
|
||||
- uses: subosito/flutter-action@v1.4.0
|
||||
- uses: subosito/flutter-action@v1.5.3
|
||||
with:
|
||||
channel: 'stable'
|
||||
- name: Install firebase-tools
|
||||
@@ -48,7 +48,7 @@ jobs:
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: '12.x'
|
||||
- uses: subosito/flutter-action@v1.4.0
|
||||
- uses: subosito/flutter-action@v1.5.3
|
||||
with:
|
||||
channel: 'stable'
|
||||
- run: |
|
||||
@@ -78,7 +78,7 @@ jobs:
|
||||
git config --global user.email "$(git log --format='%ae' HEAD^!)"
|
||||
git config --global user.name "$(git log --format='%an' HEAD^!)"
|
||||
git fetch origin gh-pages:gh-pages
|
||||
- uses: subosito/flutter-action@v1.4.0
|
||||
- uses: subosito/flutter-action@v1.5.3
|
||||
with:
|
||||
channel: 'stable'
|
||||
- run: flutter pub get
|
||||
|
||||
@@ -34,7 +34,8 @@ platform :ios do
|
||||
desc "Deploy build to Firebase"
|
||||
lane :deploy_to_firebase do
|
||||
match_me
|
||||
|
||||
xcversion(version: "~> 13.0.0")
|
||||
|
||||
gym(
|
||||
workspace: "./Runner.xcworkspace",
|
||||
scheme: "Runner",
|
||||
@@ -59,6 +60,7 @@ platform :ios do
|
||||
desc "Deploy build to TestFlight"
|
||||
lane :deploy_to_testflight do
|
||||
match_appstore
|
||||
xcversion(version: "~> 13.0.0")
|
||||
|
||||
settings_to_override = {
|
||||
:BUNDLE_IDENTIFIER => "io.getstream.flutter",
|
||||
|
||||
Reference in New Issue
Block a user