Skip to content

Commit 21dc8f4

Browse files
Merge remote-tracking branch 'origin/main' into api
2 parents 52ed16d + 33d786f commit 21dc8f4

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
lines changed

Demo/PowerSyncExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+2-11
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,13 @@
1010
"version" : "0.6.7"
1111
}
1212
},
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-
},
2213
{
2314
"identity" : "powersync-sqlite-core-swift",
2415
"kind" : "remoteSourceControl",
2516
"location" : "https://github.com/powersync-ja/powersync-sqlite-core-swift.git",
2617
"state" : {
27-
"revision" : "5041116d295e61d3c54f27117c02fd81071a1ab3",
28-
"version" : "0.3.12"
18+
"revision" : "3a7fcb3be83db5b450effa5916726b19828cbcb7",
19+
"version" : "0.3.14"
2920
}
3021
},
3122
{

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/powersync-ja/powersync-sqlite-core-swift.git",
77
"state" : {
8-
"revision" : "5041116d295e61d3c54f27117c02fd81071a1ab3",
9-
"version" : "0.3.12"
8+
"revision" : "3a7fcb3be83db5b450effa5916726b19828cbcb7",
9+
"version" : "0.3.14"
1010
}
1111
}
1212
],

Package.swift

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ let package = Package(
1717
targets: ["PowerSync"]),
1818
],
1919
dependencies: [
20-
// TODO
21-
// .package(url: "https://github.com/powersync-ja/powersync-kotlin.git", exact: "1.0.0-BETA32.0"),
2220
.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")
2423
],
2524
targets: [
2625
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)