We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93dbeb5 commit 2559e52Copy full SHA for 2559e52
Package.swift
@@ -17,8 +17,8 @@ let package = Package(
17
targets: [
18
.binaryTarget(
19
name: packageName,
20
- url: "SHOULD BE UPDATED BY GITHUB ACTION",
21
- checksum: "SHOULD BE UPDATED BY GITHUB ACTION"
+ url: "https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.3.0-testspm1/powersync-sqlite-core.xcframework.zip",
+ checksum: "fbf63e6b70cd8751a87c60479751f4bb5720332e59bb000bee14f51868deb3f5"
22
)
23
]
24
0 commit comments