Skip to content

Commit

Permalink
Update Swift bindings to version 0.2.2-dev12
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK release tagger committed Aug 28, 2024
1 parent 4a1dbf3 commit 74525e1
Show file tree
Hide file tree
Showing 4 changed files with 944 additions and 1,024 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-dev11"
spec.version = "0.2.2-dev12"
spec.license = { :type => "MIT" }
spec.summary = "Swift bindings to the Breez Liquid SDK"
spec.homepage = "https://breez.technology"
Expand Down
8 changes: 5 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ import PackageDescription
let package = Package(
name: "bindings-swift",
platforms: [
.macOS(.v12),
.iOS(.v11),
// Required by uniffi 0.25
// Can be reverted to v12/v11 for uniffi 0.27
.macOS(.v15),
.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-dev11/breez_sdk_liquidFFI.xcframework.zip", checksum: "add39977db9c8f153a488c928049e59228709784ba67c61cc2480e48d81c3746"),
.binaryTarget(name: "breez_sdk_liquidFFI", url: "https://github.com/breez/breez-sdk-liquid-swift/releases/download/0.2.2-dev12/breez_sdk_liquidFFI.xcframework.zip", checksum: "5a3d5fdc9c34fd1275ba93d243cfc30edcd00a36bd691270024c077888755b8d"),
.target(name: "BreezSDKLiquid", dependencies: ["breez_sdk_liquidFFI"]),
]
)
Loading

0 comments on commit 74525e1

Please sign in to comment.