From 990a0b85a679354bc7fd7c66eda63976a5e6138c Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sun, 27 Mar 2022 12:14:40 +0200 Subject: [PATCH] Use WireGuardKit fork with platform fixes - iPhone Simulator - Catalyst --- Package.resolved | 6 +++--- Package.swift | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index 6b0e273..8131679 100644 --- a/Package.resolved +++ b/Package.resolved @@ -21,11 +21,11 @@ }, { "package": "WireGuardKit", - "repositoryURL": "https://git.zx2c4.com/wireguard-apple", + "repositoryURL": "https://github.com/passepartoutvpn/wireguard-apple", "state": { "branch": null, - "revision": "10da5cfdef362889b438cfbeff867a74e6d717fd", - "version": "1.0.15-26" + "revision": "b4f74b7bcba9004a1852e615298f9cbc68fb7f67", + "version": "1.0.16" } } ] diff --git a/Package.swift b/Package.swift index 3ffee68..63121da 100644 --- a/Package.swift +++ b/Package.swift @@ -40,7 +40,8 @@ let package = Package( // .package(url: /* package url */, from: "1.0.0"), .package(url: "https://github.com/SwiftyBeaver/SwiftyBeaver", from: "1.9.0"), .package(url: "https://github.com/passepartoutvpn/openssl-apple", from: "1.1.11300"), - .package(name: "WireGuardKit", url: "https://git.zx2c4.com/wireguard-apple", .exact("1.0.15-26")) +// .package(name: "WireGuardKit", url: "https://git.zx2c4.com/wireguard-apple", .exact("1.0.15-26")) + .package(name: "WireGuardKit", url: "https://github.com/passepartoutvpn/wireguard-apple", from: "1.0.16") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.