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 4cfeaad commit ac8b362Copy full SHA for ac8b362
Package.swift
@@ -24,8 +24,8 @@ 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/bitcoindevkit/bdk-swift/releases/download/1.0.0-alpha.2a/bdkFFI.xcframework.zip",
28
- checksum: "60db5384bc7dd74b8e871f93bcd13e413bf63db60067ba8f0f0ce5668cc33cca"),
+ url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/1.0.0-alpha.7/bdkFFI.xcframework.zip",
+ checksum: "d55e3e9e41393b08e5c59f67006895514e60b9ee4642e8f6616675399a77b07d"),
29
.target(
30
name: "BitcoinDevKit",
31
dependencies: ["bdkFFI"]),
0 commit comments