Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/tauri-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,14 @@ jobs:
shell: bash
run: node .github/scripts/set-tauri-version.mjs "$VERSION"

- name: Setup Xcode
shell: bash
run: pnpm tauri ios init

- name: Symlink icons to the ios folder
shell: bash
run: pnpm run setup:tauri-icons --write --force

- name: Build unsigned IPA
id: ipa
shell: bash
Expand Down
Loading