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 3ca77bc commit 7a75a28Copy full SHA for 7a75a28
assets/Package.swift.in
@@ -15,7 +15,7 @@ let package = Package(
15
targets: [
16
.binaryTarget(
17
name: "GRDB",
18
- url: "https://github.com/DuckDuckGo/GRDB.swift/releases/download/${new_version}/GRDB.xcframework.zip",
+ url: "https://github.com/oxen-io/session-grdb-swift/releases/download/${new_version}/GRDB.xcframework.zip",
19
checksum: "${checksum}"
20
),
21
.target(name: "_GRDBDummy")
0 commit comments