Skip to content

Commit

Permalink
Update Nostr SDK Swift bindings to version 0.13.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 28, 2024
1 parent 21f8f55 commit 5c67dc1
Show file tree
Hide file tree
Showing 3 changed files with 6,248 additions and 4,014 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
],
dependencies: [],
targets: [
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.12.1/nostr_sdkFFI.xcframework.zip", checksum: "afa392c4aeec2f2340cc230e01a93e32cbb2b6835415beac4d7571516cb0cc3b"),
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.13.0-alpha.1/nostr_sdkFFI.xcframework.zip", checksum: "a82e11bdda990768febb1849388457ec046b9ee98a56025d73d846fa0ebc2850"),
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
]
)
Loading

0 comments on commit 5c67dc1

Please sign in to comment.