Skip to content

Commit

Permalink
Update Nostr SDK Swift bindings to version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 8, 2023
1 parent 9bcde61 commit 9c5aa33
Show file tree
Hide file tree
Showing 2 changed files with 1,946 additions and 197 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
dependencies: [
],
targets: [
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.0.2/nostr_sdkFFI.xcframework.zip", checksum: "e1541f6f5cd7d6d6eb954ade9712206f104783876d2e9bd442335e02d11078b8"),
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.0.3/nostr_sdkFFI.xcframework.zip", checksum: "efc532041cf2457bfd862f7276d957fdc486a7e6385fed966aa92728ab7e700a"),
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
]
)
Loading

0 comments on commit 9c5aa33

Please sign in to comment.