Skip to content

Commit

Permalink
Update Nostr SDK Swift bindings to version 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 16, 2024
1 parent d05db37 commit 3d7915e
Show file tree
Hide file tree
Showing 3 changed files with 1,461 additions and 760 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.32.2/nostr_sdkFFI.xcframework.zip", checksum: "a2013d2483fedb59f4ae777f540d0cfdbbbf8bdb4b1208bdb7b658c1b5bf491c"),
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.33.0/nostr_sdkFFI.xcframework.zip", checksum: "770d0a44a9007785fb2055e5b1285d9d957549107547974d543eb9b59fefcfe5"),
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
]
)
Loading

0 comments on commit 3d7915e

Please sign in to comment.