Skip to content

Commit

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

0 comments on commit 788f635

Please sign in to comment.