Use versioned TunnelKit

This commit is contained in:
Davide De Rosa 2021-11-18 12:57:43 +01:00
parent f9ab445759
commit e76ae927b2
2 changed files with 3 additions and 3 deletions

View File

@ -78,8 +78,8 @@
"repositoryURL": "https://github.com/passepartoutvpn/tunnelkit",
"state": {
"branch": null,
"revision": "995009121a4ad02fb9d8a3f2980ea9dd1693e396",
"version": null
"revision": "333fc2f6eda4c36af2e1890c33d83662ee76779d",
"version": "4.0.1"
}
}
]

View File

@ -21,7 +21,7 @@ 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", .revision("995009121a4ad02fb9d8a3f2980ea9dd1693e396")),
.package(name: "TunnelKit", url: "https://github.com/passepartoutvpn/tunnelkit", from: "4.0.1"),
.package(name: "Convenience", url: "https://github.com/keeshux/convenience", .revision("347105ec0ce27cd4255acf9875fd60ad1f213801")),
.package(url: "https://github.com/Cocoanetics/Kvitto", from: "1.0.0")
],