update fastfile to work with xcode 13
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd ios
|
cd ios
|
||||||
bundle install
|
bundle install
|
||||||
- uses: subosito/flutter-action@v1.4.0
|
- uses: subosito/flutter-action@v1.5.3
|
||||||
with:
|
with:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
- name: Flutter setup
|
- name: Flutter setup
|
||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
- uses: actions/setup-java@v1
|
- uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: '12.x'
|
java-version: '12.x'
|
||||||
- uses: subosito/flutter-action@v1.4.0
|
- uses: subosito/flutter-action@v1.5.3
|
||||||
with:
|
with:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
- run: |
|
- run: |
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd ios
|
cd ios
|
||||||
bundle install
|
bundle install
|
||||||
- uses: subosito/flutter-action@v1.4.0
|
- uses: subosito/flutter-action@v1.5.3
|
||||||
with:
|
with:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
- name: Install firebase-tools
|
- name: Install firebase-tools
|
||||||
@@ -48,7 +48,7 @@ jobs:
|
|||||||
- uses: actions/setup-java@v1
|
- uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: '12.x'
|
java-version: '12.x'
|
||||||
- uses: subosito/flutter-action@v1.4.0
|
- uses: subosito/flutter-action@v1.5.3
|
||||||
with:
|
with:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
- run: |
|
- run: |
|
||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
git config --global user.email "$(git log --format='%ae' HEAD^!)"
|
git config --global user.email "$(git log --format='%ae' HEAD^!)"
|
||||||
git config --global user.name "$(git log --format='%an' HEAD^!)"
|
git config --global user.name "$(git log --format='%an' HEAD^!)"
|
||||||
git fetch origin gh-pages:gh-pages
|
git fetch origin gh-pages:gh-pages
|
||||||
- uses: subosito/flutter-action@v1.4.0
|
- uses: subosito/flutter-action@v1.5.3
|
||||||
with:
|
with:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ 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
|
||||||
|
xcversion(version: "~> 13.0.0")
|
||||||
|
|
||||||
gym(
|
gym(
|
||||||
workspace: "./Runner.xcworkspace",
|
workspace: "./Runner.xcworkspace",
|
||||||
@@ -59,6 +60,7 @@ 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
|
||||||
|
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