diff --git a/.github/workflows/tauri-build.yml b/.github/workflows/tauri-build.yml index 7b7bb6042..710b1cd97 100644 --- a/.github/workflows/tauri-build.yml +++ b/.github/workflows/tauri-build.yml @@ -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