Skip to content

Commit 0830c79

Browse files
committed
yes
1 parent 5fb55de commit 0830c79

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

Package.resolved

Lines changed: 11 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ let package = Package(
1313
.library(name: "Shout", targets: ["Shout"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/IBM-Swift/BlueSocket", from: "1.0.46"),
16+
.package(url: "https://github.com/Kitura/BlueSocket", from: "2.0.2"),
1717
],
1818
targets: [
1919
.binaryTarget(
2020
name: "CSSH",
2121
url: "https://github.com/blinksh/libssh2-apple/releases/download/v1.9.0/libssh2-static.xcframework.zip",
2222
checksum: "6a14c161ee389ef64dfd4f13eedbdf8628bbe430d686a08c4bf30a6484f07dcb"
2323
),
24-
.target(name: "Shout", dependencies: ["CSSH", "BlueSocket"]),
24+
.target(name: "Shout", dependencies: ["CSSH", .product(name: "Socket", package: "BlueSocket")]),
2525
.testTarget(name: "ShoutTests", dependencies: ["Shout"]),
2626
]
2727
)

0 commit comments

Comments
 (0)