Skip to content

Commit

Permalink
Build ios testflight app using xcode 15
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed Nov 21, 2023
1 parent 023c6c3 commit 2a0d7d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/flutter_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
name: Build ios prod

runs-on: macos-13
permissions: write-all

steps:
- name: Checkout
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/flutter_release_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ jobs:
- name: Run tests
run: flutter test

- name: Choose xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0'

- name: Build iOS Flutter App
run: flutter build ios --config-only --release --no-codesign --dart-define KEEVAULT_STAGE=prod --dart-define KEEVAULT_NAME_SUFFIX= --dart-define KEEVAULT_ID_SUFFIX= --dart-define IAP_APPLE_APP_STORE=yes

Expand Down

0 comments on commit 2a0d7d2

Please sign in to comment.