Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 committed Feb 23, 2023
1 parent 5fb55de commit 0830c79
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
24 changes: 11 additions & 13 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"object": {
"pins": [
{
"package": "Socket",
"repositoryURL": "https://github.com/IBM-Swift/BlueSocket",
"state": {
"branch": null,
"revision": "c46a3d41f5b2401d18bcb46d0101cdc5cd13e307",
"version": "1.0.52"
}
"pins" : [
{
"identity" : "bluesocket",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Kitura/BlueSocket",
"state" : {
"revision" : "7b23a867008e0027bfd6f4d398d44720707bc8ca",
"version" : "2.0.4"
}
]
},
"version": 1
}
],
"version" : 2
}
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ let package = Package(
.library(name: "Shout", targets: ["Shout"]),
],
dependencies: [
.package(url: "https://github.com/IBM-Swift/BlueSocket", from: "1.0.46"),
.package(url: "https://github.com/Kitura/BlueSocket", from: "2.0.2"),
],
targets: [
.binaryTarget(
name: "CSSH",
url: "https://github.com/blinksh/libssh2-apple/releases/download/v1.9.0/libssh2-static.xcframework.zip",
checksum: "6a14c161ee389ef64dfd4f13eedbdf8628bbe430d686a08c4bf30a6484f07dcb"
),
.target(name: "Shout", dependencies: ["CSSH", "BlueSocket"]),
.target(name: "Shout", dependencies: ["CSSH", .product(name: "Socket", package: "BlueSocket")]),
.testTarget(name: "ShoutTests", dependencies: ["Shout"]),
]
)

0 comments on commit 0830c79

Please sign in to comment.