mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-18 14:39:09 +00:00
Fix an import issue in TunnelKit
This commit is contained in:
parent
57a041ca7c
commit
dfebb60796
@ -51,7 +51,7 @@
|
||||
"repositoryURL": "https://github.com/passepartoutvpn/tunnelkit",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "02e702d97ba495edc6533edd41eb482be9bb3311",
|
||||
"revision": "07e94b2d5cea3513c11e29576851dcc9baa15e13",
|
||||
"version": null
|
||||
}
|
||||
},
|
||||
|
@ -24,7 +24,7 @@ let package = Package(
|
||||
// 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.1.0"),
|
||||
.package(name: "TunnelKit", url: "https://github.com/passepartoutvpn/tunnelkit", .revision("02e702d97ba495edc6533edd41eb482be9bb3311")),
|
||||
.package(name: "TunnelKit", url: "https://github.com/passepartoutvpn/tunnelkit", .revision("07e94b2d5cea3513c11e29576851dcc9baa15e13")),
|
||||
// .package(name: "TunnelKit", path: "../../tunnelkit"),
|
||||
.package(url: "https://github.com/zoul/generic-json-swift", from: "2.0.0"),
|
||||
.package(url: "https://github.com/SwiftyBeaver/SwiftyBeaver", from: "1.9.0")
|
||||
|
Loading…
Reference in New Issue
Block a user