Skip to content

Commit 3c81fd7

Browse files
committed
ci: bump iOS deployment target to 15.0 in test app Podfile
Plugin requires iOS 15.0 (StoreKit 2) but Capacitor 6/7 Podfiles default to 13.0/14.0.
1 parent 3d61e75 commit 3c81fd7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-capacitor-ios.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
- name: Install plugin
5656
run: |
5757
cd test-cap-app
58+
# Plugin requires iOS 15.0 (StoreKit 2) — bump Podfile target
59+
sed -i '' "s/platform :ios, '13.0'/platform :ios, '15.0'/" ios/App/Podfile || true
60+
sed -i '' "s/platform :ios, '14.0'/platform :ios, '15.0'/" ios/App/Podfile || true
5861
cp "$GITHUB_WORKSPACE/www/store.js" "$GITHUB_WORKSPACE/capacitor/www/store.js"
5962
cp "$GITHUB_WORKSPACE/www/store.d.ts" "$GITHUB_WORKSPACE/capacitor/www/store.d.ts"
6063
npm install "$GITHUB_WORKSPACE/capacitor"

0 commit comments

Comments
 (0)