Skip to content

Commit

Permalink
Update Swift bindings to version 0.2.2-dev4
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK release tagger committed Aug 20, 2024
1 parent 4631afc commit f93c26a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 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-dev3"
spec.version = "0.2.2-dev4"
spec.license = { :type => "MIT" }
spec.summary = "Swift bindings to the Breez Liquid SDK"
spec.homepage = "https://breez.technology"
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
.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-dev3/breez_sdk_liquidFFI.xcframework.zip", checksum: "b9e5aac6d6b7e321180884ed8b604b070cfd898865cc48273826f95679fd1858"),
.binaryTarget(name: "breez_sdk_liquidFFI", url: "https://github.com/breez/breez-sdk-liquid-swift/releases/download/0.2.2-dev4/breez_sdk_liquidFFI.xcframework.zip", checksum: "5e3df5f84d4a7c6a0e5611fe4f2cdcc4c695b4b7a8e8117a94586a89e515716a"),
.target(name: "BreezSDKLiquid", dependencies: ["breez_sdk_liquidFFI"]),
]
)
4 changes: 1 addition & 3 deletions Sources/BreezSDKLiquid/SDKNotificationService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ open class SDKNotificationService: UNNotificationServiceExtension {
var currentTask: TaskProtocol?
public var logger: ServiceLogger = ServiceLogger(logStream: nil)

public init(logger: Logger) {
self.logger = ServiceLogger(logStream: logger)
}
override init() { }

override open func didReceive(
_ request: UNNotificationRequest,
Expand Down
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-dev3"
spec.version = "0.2.2-dev4"
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 f93c26a

Please sign in to comment.