Skip to content

Commit

Permalink
Update Breez SDK Swift bindings to version 0.4.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Apr 16, 2024
1 parent 9c603e8 commit af73cfe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion BreezSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "BreezSDK"
spec.version = "0.4.0-rc3"
spec.version = "0.4.0-rc4"
spec.license = { :type => "MIT" }
spec.summary = "Swift bindings to the Breez SDK"
spec.homepage = "https://breez.technology"
Expand Down
7 changes: 3 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ let package = Package(
.iOS(.v11),
],
products: [
.library(name: "BreezSDK", targets: ["breez_sdkFFI", "BreezSDK", "BreezSDKNotification"]),
.library(name: "BreezSDK", targets: ["breez_sdkFFI", "BreezSDK"]),
],
targets: [
.binaryTarget(name: "breez_sdkFFI", url: "https://github.com/breez/breez-sdk-swift/releases/download/0.4.0-rc3/breez_sdkFFI.xcframework.zip", checksum: "a1a2d0baf6b4a882c41858cf348cfa818aa400a5cee386610c1e060d156e1b41"),
.target(name: "BreezSDK", dependencies: ["breez_sdkFFI"]),
.target(name: "BreezSDKNotification", dependencies: ["BreezSDK"]),
.binaryTarget(name: "breez_sdkFFI", url: "https://github.com/breez/breez-sdk-swift/releases/download/0.4.0-rc4/breez_sdkFFI.xcframework.zip", checksum: "0dfa02c5337d8cf44585ead24c363758936b49e2d405f3c7598b9725eb69492b"),
.target(name: "BreezSDK", dependencies: ["breez_sdkFFI"], sources: ["../BreezSDK", "../BreezSDKNotification"]),
]
)
2 changes: 1 addition & 1 deletion breez_sdkFFI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "breez_sdkFFI"
spec.version = "0.4.0-rc3"
spec.version = "0.4.0-rc4"
spec.license = { :type => "MIT" }
spec.summary = "Low-level bindings to the Breez SDK Rust API"
spec.homepage = "https://breez.technology"
Expand Down

0 comments on commit af73cfe

Please sign in to comment.