File tree Expand file tree Collapse file tree
packages/capacitor/example-app/ios/App/CapApp-SPM Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,11 @@ let package = Package(
1313 dependencies: [
1414 . package ( url: " https://github.com/ionic-team/capacitor-swift-pm.git " , exact: " 8.3.4 " ) ,
1515 . package ( name: " PowersyncCapacitor " , path: " ../../../node_modules/@powersync/capacitor " ) ,
16- . package ( name: " CapacitorCommunitySqlite " , path: " ../../../node_modules/.pnpm/@capacitor-community+sqlite@8.1.0_@capacitor+core@8.3.4/node_modules/@capacitor-community/sqlite " )
16+ . package (
17+ name: " CapacitorCommunitySqlite " ,
18+ path:
19+ " ../../../node_modules/.pnpm/@capacitor-community+sqlite@8.1.0_@capacitor+core@8.3.4/node_modules/@capacitor-community/sqlite "
20+ ) ,
1721 ] ,
1822 targets: [
1923 . target(
@@ -22,7 +26,7 @@ let package = Package(
2226 . product( name: " Capacitor " , package : " capacitor-swift-pm " ) ,
2327 . product( name: " Cordova " , package : " capacitor-swift-pm " ) ,
2428 . product( name: " PowersyncCapacitor " , package : " PowersyncCapacitor " ) ,
25- . product( name: " CapacitorCommunitySqlite " , package : " CapacitorCommunitySqlite " )
29+ . product( name: " CapacitorCommunitySqlite " , package : " CapacitorCommunitySqlite " ) ,
2630 ]
2731 )
2832 ]
You can’t perform that action at this time.
0 commit comments