[ci skip] Use versioned TunnelKit
This commit is contained in:
parent
23d8bb9a27
commit
a15abe94db
|
@ -69,8 +69,8 @@
|
|||
"repositoryURL": "https://github.com/passepartoutvpn/tunnelkit",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "871e51517c5678d9c683104bd6b0617d5eb2641e",
|
||||
"version": null
|
||||
"revision": "88544e4877f00990ef699873f3505fff606ab64b",
|
||||
"version": "4.1.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -21,8 +21,8 @@ let package = Package(
|
|||
dependencies: [
|
||||
// Dependencies declare other packages that this package depends on.
|
||||
// .package(url: /* package url */, from: "1.0.0"),
|
||||
// .package(name: "TunnelKit", url: "https://github.com/passepartoutvpn/tunnelkit", from: "4.0.0"),
|
||||
.package(name: "TunnelKit", url: "https://github.com/passepartoutvpn/tunnelkit", .revision("871e51517c5678d9c683104bd6b0617d5eb2641e")),
|
||||
.package(name: "TunnelKit", url: "https://github.com/passepartoutvpn/tunnelkit", from: "4.1.0"),
|
||||
// .package(name: "TunnelKit", url: "https://github.com/passepartoutvpn/tunnelkit", .revision("871e51517c5678d9c683104bd6b0617d5eb2641e")),
|
||||
// .package(name: "TunnelKit", path: "../../tunnelkit"),
|
||||
.package(name: "Convenience", url: "https://github.com/keeshux/convenience", .revision("347105ec0ce27cd4255acf9875fd60ad1f213801")),
|
||||
.package(url: "https://github.com/Cocoanetics/Kvitto", from: "1.0.0")
|
||||
|
|
Loading…
Reference in New Issue