File tree 3 files changed +10
-10
lines changed
Demo/PowerSyncExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 15
15
"kind" : " remoteSourceControl" ,
16
16
"location" : " https://github.com/powersync-ja/powersync-kotlin.git" ,
17
17
"state" : {
18
- "revision" : " ebdb9addc0494ad17f964e8c45617715d2ab6725 " ,
19
- "version" : " 1.0.0-BETA11 .0"
18
+ "revision" : " bedbece7be3576010830e0a7240979ec47de5526 " ,
19
+ "version" : " 1.0.0-BETA15 .0"
20
20
}
21
21
},
22
22
{
23
23
"identity" : " powersync-sqlite-core-swift" ,
24
24
"kind" : " remoteSourceControl" ,
25
25
"location" : " https://github.com/powersync-ja/powersync-sqlite-core-swift.git" ,
26
26
"state" : {
27
- "revision" : " 6aaa0606d8053fe2e2f57015a8a275c0440ee643 " ,
28
- "version" : " 0.3.4 "
27
+ "revision" : " a43d8c855a5461d0176135445eb6f425a3b38964 " ,
28
+ "version" : " 0.3.8 "
29
29
}
30
30
},
31
31
{
Original file line number Diff line number Diff line change 5
5
"kind" : " remoteSourceControl" ,
6
6
"location" : " https://github.com/powersync-ja/powersync-kotlin.git" ,
7
7
"state" : {
8
- "revision" : " ebdb9addc0494ad17f964e8c45617715d2ab6725 " ,
9
- "version" : " 1.0.0-BETA11 .0"
8
+ "revision" : " bedbece7be3576010830e0a7240979ec47de5526 " ,
9
+ "version" : " 1.0.0-BETA15 .0"
10
10
}
11
11
},
12
12
{
13
13
"identity" : " powersync-sqlite-core-swift" ,
14
14
"kind" : " remoteSourceControl" ,
15
15
"location" : " https://github.com/powersync-ja/powersync-sqlite-core-swift.git" ,
16
16
"state" : {
17
- "revision" : " 6aaa0606d8053fe2e2f57015a8a275c0440ee643 " ,
18
- "version" : " 0.3.4 "
17
+ "revision" : " a43d8c855a5461d0176135445eb6f425a3b38964 " ,
18
+ "version" : " 0.3.8 "
19
19
}
20
20
}
21
21
],
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ let package = Package(
17
17
targets: [ " PowerSync " ] ) ,
18
18
] ,
19
19
dependencies: [
20
- . package ( url: " https://github.com/powersync-ja/powersync-kotlin.git " , exact: " 1.0.0-BETA11 .0 " ) ,
21
- . package ( url: " https://github.com/powersync-ja/powersync-sqlite-core-swift.git " , " 0.3.1 " ..< " 0.4.0 " ) ,
20
+ . package ( url: " https://github.com/powersync-ja/powersync-kotlin.git " , exact: " 1.0.0-BETA15 .0 " ) ,
21
+ . package ( url: " https://github.com/powersync-ja/powersync-sqlite-core-swift.git " , " 0.3.8 " ..< " 0.4.0 " )
22
22
] ,
23
23
targets: [
24
24
// Targets are the basic building blocks of a package, defining a module or a test suite.
You can’t perform that action at this time.
0 commit comments