Skip to content

Commit

Permalink
fix: add SwiftyBeaver dep niochat#2
Browse files Browse the repository at this point in the history
  • Loading branch information
e-001 committed Jan 26, 2022
1 parent bab2950 commit 0335226
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ let package = Package(
products: [
.library(name: "MatrixSDK", targets: ["MatrixSDK"])
],
dependencies: [
.package(url: "https://github.com/SwiftyBeaver/SwiftyBeaver", .upToNextMajor(from: "1.0.0"))
],
targets: [
.binaryTarget(name: "MatrixSDK", url: "https://github.com/Enigma-Labs/MatrixSDK/releases/download/v0.20.6/MatrixSDK.xcframework.zip", checksum: "50503c6a44fe5d2ab1842160b8d312d3bd20c4285d9a75c621a32ebcc2b5ce66")
]
Expand Down
3 changes: 3 additions & 0 deletions generate-package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ func packageString(url: String, checksum: String) -> String {
products: [
.library(name: "MatrixSDK", targets: ["MatrixSDK"])
],
dependencies: [
.package(url: "https://github.com/SwiftyBeaver/SwiftyBeaver", .upToNextMajor(from: "1.0.0"))
],
targets: [
.binaryTarget(name: "MatrixSDK", url: "\(url)", checksum: "\(checksum)")
]
Expand Down

0 comments on commit 0335226

Please sign in to comment.