There was an error while loading. Please reload this page.
1 parent 3d61e75 commit 3c81fd7Copy full SHA for 3c81fd7
1 file changed
.github/workflows/build-capacitor-ios.yml
@@ -55,6 +55,9 @@ jobs:
55
- name: Install plugin
56
run: |
57
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
61
cp "$GITHUB_WORKSPACE/www/store.js" "$GITHUB_WORKSPACE/capacitor/www/store.js"
62
cp "$GITHUB_WORKSPACE/www/store.d.ts" "$GITHUB_WORKSPACE/capacitor/www/store.d.ts"
63
npm install "$GITHUB_WORKSPACE/capacitor"
0 commit comments