Skip to content

Commit 3b442d3

Browse files
committed
Run Capacitor patch after iOS sync
- Move the local-notifications Xcode 15 patch to after `cap sync ios` - Keep the release iOS workflow aligned with generated native files
1 parent 1ba4af6 commit 3b442d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-ios.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,6 @@ jobs:
125125
- name: Install dependencies
126126
run: bun install --frozen-lockfile
127127

128-
- name: Patch Capacitor local-notifications for Xcode 15
129-
run: bun run patch:capacitor-local-notifications
130-
131128
- name: Align package versions to release version
132129
run: node scripts/update-release-package-versions.ts "$RELEASE_VERSION"
133130

@@ -141,6 +138,9 @@ jobs:
141138
run: bunx cap sync ios --deployment
142139
working-directory: apps/mobile
143140

141+
- name: Patch Capacitor local-notifications for Xcode 15
142+
run: bun run patch:capacitor-local-notifications
143+
144144
- name: Log iOS build metadata
145145
run: |
146146
echo "version=$RELEASE_VERSION"

0 commit comments

Comments
 (0)