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 18a2efa commit aa84f55Copy full SHA for aa84f55
Package.swift
@@ -24,7 +24,7 @@ let package = Package(
24
// Targets can depend on other targets in this package, and on products in packages this package depends on.
25
.binaryTarget(
26
name: "bdkFFI",
27
- url: "https://github.com/notmandatory/bdk-swift/releases/download/0.1.1/bdkFFI.xcframework.zip",
+ url: "https://github.com/notmandatory/bdk-swift/releases/download/0.1.2/bdkFFI.xcframework.zip",
28
checksum: "a88d3c8a2267e9e8a953fe332a91bd3356f8317e3758499192001993969a9dad"),
29
// .binaryTarget(name: "bdkFFI", path: "./bdkFFI.xcframework"),
30
.target(
0 commit comments