Skip to content

Commit 181ecbb

Browse files
committed
update lockfiles and demo test script
1 parent c373280 commit 181ecbb

File tree

6 files changed

+3869
-19478
lines changed

6 files changed

+3869
-19478
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
22
include ':capacitor-android'
3-
project(':capacitor-android').projectDir = new File('../../../node_modules/@capacitor/android/capacitor')
3+
project(':capacitor-android').projectDir = new File('../node_modules/.pnpm/@capacitor+android@7.4.4_@capacitor+core@7.4.4/node_modules/@capacitor/android/capacitor')
44

55
include ':capacitor-community-sqlite'
6-
project(':capacitor-community-sqlite').projectDir = new File('../../../node_modules/@capacitor-community/sqlite/android')
6+
project(':capacitor-community-sqlite').projectDir = new File('../node_modules/.pnpm/@capacitor-community+sqlite@7.0.2_@capacitor+core@7.4.4/node_modules/@capacitor-community/sqlite/android')
77

88
include ':capacitor-splash-screen'
9-
project(':capacitor-splash-screen').projectDir = new File('../../../node_modules/@capacitor/splash-screen/android')
9+
project(':capacitor-splash-screen').projectDir = new File('../node_modules/.pnpm/@capacitor+splash-screen@7.0.3_@capacitor+core@7.4.4/node_modules/@capacitor/splash-screen/android')
1010

1111
include ':powersync-capacitor'
12-
project(':powersync-capacitor').projectDir = new File('../../../packages/capacitor/android')
12+
project(':powersync-capacitor').projectDir = new File('../node_modules/.pnpm/@powersync+capacitor@0.1.3_@capacitor-community+sqlite@7.0.2_@capacitor+core@7.4.4__@po_6703af540e5669eebb1ca16a593ee995/node_modules/@powersync/capacitor/android')

demos/example-capacitor/ios/App/Podfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require_relative '../../../../node_modules/@capacitor/ios/scripts/pods_helpers'
1+
require_relative '../../node_modules/.pnpm/@capacitor+ios@7.4.4_@capacitor+core@7.4.4/node_modules/@capacitor/ios/scripts/pods_helpers'
22

33
platform :ios, '14.0'
44
use_frameworks!
@@ -9,11 +9,11 @@ use_frameworks!
99
install! 'cocoapods', :disable_input_output_paths => true
1010

1111
def capacitor_pods
12-
pod 'Capacitor', :path => '../../../../node_modules/@capacitor/ios'
13-
pod 'CapacitorCordova', :path => '../../../../node_modules/@capacitor/ios'
14-
pod 'CapacitorCommunitySqlite', :path => '../../../../node_modules/@capacitor-community/sqlite'
15-
pod 'CapacitorSplashScreen', :path => '../../../../node_modules/@capacitor/splash-screen'
16-
pod 'PowersyncCapacitor', :path => '../../../../packages/capacitor'
12+
pod 'Capacitor', :path => '../../node_modules/.pnpm/@capacitor+ios@7.4.4_@capacitor+core@7.4.4/node_modules/@capacitor/ios'
13+
pod 'CapacitorCordova', :path => '../../node_modules/.pnpm/@capacitor+ios@7.4.4_@capacitor+core@7.4.4/node_modules/@capacitor/ios'
14+
pod 'CapacitorCommunitySqlite', :path => '../../node_modules/.pnpm/@capacitor-community+sqlite@7.0.2_@capacitor+core@7.4.4/node_modules/@capacitor-community/sqlite'
15+
pod 'CapacitorSplashScreen', :path => '../../node_modules/.pnpm/@capacitor+splash-screen@7.0.3_@capacitor+core@7.4.4/node_modules/@capacitor/splash-screen'
16+
pod 'PowersyncCapacitor', :path => '../../node_modules/.pnpm/@powersync+capacitor@0.1.3_@capacitor-community+sqlite@7.0.2_@capacitor+core@7.4.4__@po_6703af540e5669eebb1ca16a593ee995/node_modules/@powersync/capacitor'
1717
end
1818

1919
target 'App' do
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
PODS:
2-
- Capacitor (7.4.3):
2+
- Capacitor (7.4.4):
33
- CapacitorCordova
44
- CapacitorCommunitySqlite (7.0.2):
55
- Capacitor
66
- SQLCipher
77
- ZIPFoundation
8-
- CapacitorCordova (7.4.3)
8+
- CapacitorCordova (7.4.4)
99
- CapacitorSplashScreen (7.0.3):
1010
- Capacitor
11-
- powersync-sqlite-core (0.4.8)
12-
- PowersyncCapacitor (0.1.0):
11+
- powersync-sqlite-core (0.4.9)
12+
- PowersyncCapacitor (0.1.3):
1313
- Capacitor
1414
- powersync-sqlite-core (~> 0.4.6)
1515
- SQLCipher (~> 4.0)
@@ -21,11 +21,11 @@ PODS:
2121
- ZIPFoundation (0.9.20)
2222

2323
DEPENDENCIES:
24-
- "Capacitor (from `../../../../node_modules/@capacitor/ios`)"
25-
- "CapacitorCommunitySqlite (from `../../../../node_modules/@capacitor-community/sqlite`)"
26-
- "CapacitorCordova (from `../../../../node_modules/@capacitor/ios`)"
27-
- "CapacitorSplashScreen (from `../../../../node_modules/@capacitor/splash-screen`)"
28-
- PowersyncCapacitor (from `../../../../packages/capacitor`)
24+
- "Capacitor (from `../../node_modules/.pnpm/@capacitor+ios@7.4.4_@capacitor+core@7.4.4/node_modules/@capacitor/ios`)"
25+
- "CapacitorCommunitySqlite (from `../../node_modules/.pnpm/@capacitor-community+sqlite@7.0.2_@capacitor+core@7.4.4/node_modules/@capacitor-community/sqlite`)"
26+
- "CapacitorCordova (from `../../node_modules/.pnpm/@capacitor+ios@7.4.4_@capacitor+core@7.4.4/node_modules/@capacitor/ios`)"
27+
- "CapacitorSplashScreen (from `../../node_modules/.pnpm/@capacitor+splash-screen@7.0.3_@capacitor+core@7.4.4/node_modules/@capacitor/splash-screen`)"
28+
- "PowersyncCapacitor (from `../../node_modules/.pnpm/@powersync+capacitor@0.1.3_@capacitor-community+sqlite@7.0.2_@capacitor+core@7.4.4__@po_6703af540e5669eebb1ca16a593ee995/node_modules/@powersync/capacitor`)"
2929

3030
SPEC REPOS:
3131
trunk:
@@ -35,26 +35,26 @@ SPEC REPOS:
3535

3636
EXTERNAL SOURCES:
3737
Capacitor:
38-
:path: "../../../../node_modules/@capacitor/ios"
38+
:path: "../../node_modules/.pnpm/@capacitor+ios@7.4.4_@capacitor+core@7.4.4/node_modules/@capacitor/ios"
3939
CapacitorCommunitySqlite:
40-
:path: "../../../../node_modules/@capacitor-community/sqlite"
40+
:path: "../../node_modules/.pnpm/@capacitor-community+sqlite@7.0.2_@capacitor+core@7.4.4/node_modules/@capacitor-community/sqlite"
4141
CapacitorCordova:
42-
:path: "../../../../node_modules/@capacitor/ios"
42+
:path: "../../node_modules/.pnpm/@capacitor+ios@7.4.4_@capacitor+core@7.4.4/node_modules/@capacitor/ios"
4343
CapacitorSplashScreen:
44-
:path: "../../../../node_modules/@capacitor/splash-screen"
44+
:path: "../../node_modules/.pnpm/@capacitor+splash-screen@7.0.3_@capacitor+core@7.4.4/node_modules/@capacitor/splash-screen"
4545
PowersyncCapacitor:
46-
:path: "../../../../packages/capacitor"
46+
:path: "../../node_modules/.pnpm/@powersync+capacitor@0.1.3_@capacitor-community+sqlite@7.0.2_@capacitor+core@7.4.4__@po_6703af540e5669eebb1ca16a593ee995/node_modules/@powersync/capacitor"
4747

4848
SPEC CHECKSUMS:
49-
Capacitor: b4741ca7affb32c1b70debd03df92cbf522d8a80
50-
CapacitorCommunitySqlite: b8e23cd2fd5bff7da8cb2a3a1cb3a6ffb9714a32
51-
CapacitorCordova: 435121e81a2df4d0034f0fb11fcefab5104cfdb5
52-
CapacitorSplashScreen: d06ae8804808e9f649a08e7bb7f283c77b688084
53-
powersync-sqlite-core: f48d06a7a9e6f73fee5bbc74da542466be2bb06f
54-
PowersyncCapacitor: 9c39e1aec5125bdea55fa61e8277e4a3b16853d2
49+
Capacitor: 358dd1c3fdd71d969547b17e159fd8a7736cb45f
50+
CapacitorCommunitySqlite: a57c58e1c37f4bc250ef01e66b0055cb6ddd775e
51+
CapacitorCordova: bf648a636f3c153f652d312ae145fb508b6ffced
52+
CapacitorSplashScreen: e388b8e0ed0e982a9d3a40417f478e7a018a8763
53+
powersync-sqlite-core: 6d54a2fc0592be19f4ecaf7e8365b3cfd3f6bccf
54+
PowersyncCapacitor: 45baea36962329f34237a1a421391f90c19acdbe
5555
SQLCipher: eb79c64049cb002b4e9fcb30edb7979bf4706dfc
5656
ZIPFoundation: dfd3d681c4053ff7e2f7350bc4e53b5dba3f5351
5757

58-
PODFILE CHECKSUM: 1c728e00549cebade63eaffb81de205fd020c4ea
58+
PODFILE CHECKSUM: 46846b76bba6c31939c7293b815b8b732acb156e
5959

6060
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)