Skip to content

Commit

Permalink
Merge pull request #15 from breez/savage-swift-package-fix
Browse files Browse the repository at this point in the history
Move notification source files and change podspecs/package
  • Loading branch information
dangeross authored Apr 17, 2024
2 parents af73cfe + a27ea58 commit f30f2fb
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions BreezSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ Pod::Spec.new do |spec|
spec.source = { :git => 'https://github.com/breez/breez-sdk-swift.git', :tag => spec.version }
spec.ios.deployment_target = "11.0"
spec.source_files = [
"Sources/BreezSDK/BreezSDK.swift",
"Sources/BreezSDKNotification/*.swift",
"Sources/BreezSDKNotification/**/*.swift"
"Sources/BreezSDK/*.swift",
"Sources/BreezSDK/**/*.swift"
]
spec.static_framework = true

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ let package = Package(
],
targets: [
.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"]),
.target(name: "BreezSDK", dependencies: ["breez_sdkFFI"]),
]
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f30f2fb

Please sign in to comment.