[ios] enable flutterfire

This commit is contained in:
Vadim 2025-01-19 22:13:53 +01:00
parent 5aa002775b
commit 2610e6aff6
2 changed files with 3 additions and 1 deletions

View file

@ -45,7 +45,7 @@ env:
jobs: jobs:
build: build:
name: Build .ipa name: Build .ipa
runs-on: macos-13 runs-on: macos-latest
timeout-minutes: 60 timeout-minutes: 60
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -124,6 +124,7 @@ jobs:
flutter --version flutter --version
flutter pub get flutter pub get
flutter pub run intl_utils:generate flutter pub run intl_utils:generate
dart pub global activate flutterfire_cli
- name: Build .ipa - name: Build .ipa
run: | run: |

View file

@ -39,6 +39,7 @@ jobs:
flutter pub get flutter pub get
flutter pub run intl_utils:generate flutter pub run intl_utils:generate
flutter analyze lib --fatal-infos flutter analyze lib --fatal-infos
dart pub global activate flutterfire_cli
- name: Launch iOS simulator - name: Launch iOS simulator
uses: futureware-tech/simulator-action@v3 uses: futureware-tech/simulator-action@v3