Skip to content

Commit d7c151a

Browse files
runnerrunner
authored andcommitted
Update Package.swift for release 0.6.0
1 parent c8436f5 commit d7c151a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Package.swift

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ let package = Package(
2222
targets: [
2323
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
2424
// 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/0.3.0/bdkFFI.xcframework.zip",
28-
// checksum: "7d4a2fdeb03fb3eff107e45ee3148dd9b67966406c82d6e3c19f653c27180cfd"),
29-
.binaryTarget(name: "bdkFFI", path: "./bdkFFI.xcframework"),
25+
.binaryTarget(
26+
name: "bdkFFI",
27+
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.6.0/bdkFFI.xcframework.zip",
28+
checksum: "a36e34e19b1bfe9fd343dcc829284d7ee660eb3199d4fb0d9b365e8bf4dfdee3"),
3029
.target(
3130
name: "BitcoinDevKit",
3231
dependencies: ["bdkFFI"]),

0 commit comments

Comments
 (0)