File tree 3 files changed +6
-16
lines changed
Demo/PowerSyncExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm
3 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 10
10
"version" : " 0.6.7"
11
11
}
12
12
},
13
- {
14
- "identity" : " powersync-kotlin" ,
15
- "kind" : " remoteSourceControl" ,
16
- "location" : " https://github.com/powersync-ja/powersync-kotlin.git" ,
17
- "state" : {
18
- "branch" : " crudhasmore" ,
19
- "revision" : " ae49c22188af0b0086b69b14787809b96f82899e"
20
- }
21
- },
22
13
{
23
14
"identity" : " powersync-sqlite-core-swift" ,
24
15
"kind" : " remoteSourceControl" ,
25
16
"location" : " https://github.com/powersync-ja/powersync-sqlite-core-swift.git" ,
26
17
"state" : {
27
- "revision" : " 5041116d295e61d3c54f27117c02fd81071a1ab3 " ,
28
- "version" : " 0.3.12 "
18
+ "revision" : " 3a7fcb3be83db5b450effa5916726b19828cbcb7 " ,
19
+ "version" : " 0.3.14 "
29
20
}
30
21
},
31
22
{
Original file line number Diff line number Diff line change 5
5
"kind" : " remoteSourceControl" ,
6
6
"location" : " https://github.com/powersync-ja/powersync-sqlite-core-swift.git" ,
7
7
"state" : {
8
- "revision" : " 5041116d295e61d3c54f27117c02fd81071a1ab3 " ,
9
- "version" : " 0.3.12 "
8
+ "revision" : " 3a7fcb3be83db5b450effa5916726b19828cbcb7 " ,
9
+ "version" : " 0.3.14 "
10
10
}
11
11
}
12
12
],
Original file line number Diff line number Diff line change @@ -17,10 +17,9 @@ let package = Package(
17
17
targets: [ " PowerSync " ] ) ,
18
18
] ,
19
19
dependencies: [
20
- // TODO
21
- // .package(url: "https://github.com/powersync-ja/powersync-kotlin.git", exact: "1.0.0-BETA32.0"),
22
20
. package ( path: " /Users/stevenontong/Documents/platform_code/powersync/powersync-kotlin " ) ,
23
- . package ( url: " https://github.com/powersync-ja/powersync-sqlite-core-swift.git " , " 0.3.12 " ..< " 0.4.0 " )
21
+ // .package(url: "https://github.com/powersync-ja/powersync-kotlin.git", exact: "1.0.0-BETA32.0"),
22
+ . package ( url: " https://github.com/powersync-ja/powersync-sqlite-core-swift.git " , " 0.3.14 " ..< " 0.4.0 " )
24
23
] ,
25
24
targets: [
26
25
// 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