Skip to content

Commit 052af24

Browse files
author
github-actions
committed
Update Nostr SDK Swift bindings to version 0.12.0
1 parent 36ffeef commit 052af24

File tree

3 files changed

+1950
-969
lines changed

3 files changed

+1950
-969
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
],
1515
dependencies: [],
1616
targets: [
17-
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.11.1/nostr_sdkFFI.xcframework.zip", checksum: "ed416ac8cbf894dfbe833f9f0fb1f5c06e30b719e8bf9f8a8e3aae7a77ea8c59"),
17+
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.12.0/nostr_sdkFFI.xcframework.zip", checksum: "e8378e07f963e867209ec55a4aed09614353f5027c5ad8fee5b04be12c00602e"),
1818
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
1919
]
2020
)

0 commit comments

Comments
 (0)