Skip to content

Commit

Permalink
Update Swift bindings to version 0.2.2-dev17
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK release tagger committed Sep 4, 2024
1 parent 3e8f66b commit a543d7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BreezSDKLiquid.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "BreezSDKLiquid"
spec.version = "0.2.2-dev16"
spec.version = "0.2.2-dev17"
spec.license = { :type => "MIT" }
spec.summary = "Swift bindings to the Breez Liquid SDK"
spec.homepage = "https://breez.technology"
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ let package = Package(
platforms: [
// Required by uniffi 0.25
// Can be reverted to v12/v11 for uniffi 0.27
.macOS(.v15),
.macOS("15.0"),
.iOS(.v13),
],
products: [
.library(name: "BreezSDKLiquid", targets: ["breez_sdk_liquidFFI", "BreezSDKLiquid"]),
],
targets: [
.binaryTarget(name: "breez_sdk_liquidFFI", url: "https://github.com/breez/breez-sdk-liquid-swift/releases/download/0.2.2-dev16/breez_sdk_liquidFFI.xcframework.zip", checksum: "98981dbb936e489a091dbfc10e0dc9f62694c81c65b446256adb1aec96926678"),
.binaryTarget(name: "breez_sdk_liquidFFI", url: "https://github.com/breez/breez-sdk-liquid-swift/releases/download/0.2.2-dev17/breez_sdk_liquidFFI.xcframework.zip", checksum: "3f6f36bbc2fc58b61423eece51e8c74a4b34c454c7da57b48e09c22355fba567"),
.target(name: "BreezSDKLiquid", dependencies: ["breez_sdk_liquidFFI"]),
]
)
2 changes: 1 addition & 1 deletion breez_sdk_liquidFFI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "breez_sdk_liquidFFI"
spec.version = "0.2.2-dev16"
spec.version = "0.2.2-dev17"
spec.license = { :type => "MIT" }
spec.summary = "Low-level bindings to the Breez Liquid SDK Rust API"
spec.homepage = "https://breez.technology"
Expand Down

0 comments on commit a543d7a

Please sign in to comment.