Skip to content

Commit c9c1b63

Browse files
author
github-actions
committed
Update Nostr SDK Swift bindings to version 0.6.0
1 parent 4d39c85 commit c9c1b63

File tree

3 files changed

+11055
-6020
lines changed

3 files changed

+11055
-6020
lines changed

Package.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ let package = Package(
1212
products: [
1313
.library(name: "NostrSDK", targets: ["nostr_sdkFFI", "NostrSDK"]),
1414
],
15-
dependencies: [
16-
],
15+
dependencies: [],
1716
targets: [
18-
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.0.5/nostr_sdkFFI.xcframework.zip", checksum: "e1878ff756acc31d461af228179dbe0eb3b8601f35d628f82a2e2d027e0c9146"),
17+
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.6.0/nostr_sdkFFI.xcframework.zip", checksum: "1880d85acbf0eb307b758cf9a474194004999ce83ec650d5f70040b7bb071751"),
1918
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
2019
]
2120
)

0 commit comments

Comments
 (0)