From 62f595071403444af36c38a31a69280a141b9b9b Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Thu, 17 Aug 2023 15:58:08 -0700 Subject: [PATCH] Update WireGuard version (#1918) Task/Issue URL: https://app.asana.com/0/414235014887631/1205173072817403/f Tech Design URL: CC: Description: This PR updates the version of WireGuard used by the app. Steps to test this PR: Check that the app builds and runs in Xcode 14, and that NetP works Do not check that the app builds and runs in Xcode 15 - there is an unrelated compilation failure which is out of scope of this PR --- DuckDuckGo.xcodeproj/project.pbxproj | 2 +- .../xcshareddata/swiftpm/Package.resolved | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DuckDuckGo.xcodeproj/project.pbxproj b/DuckDuckGo.xcodeproj/project.pbxproj index 866d5f88db..fb9f78bbbd 100644 --- a/DuckDuckGo.xcodeproj/project.pbxproj +++ b/DuckDuckGo.xcodeproj/project.pbxproj @@ -8810,7 +8810,7 @@ repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit"; requirement = { kind = exactVersion; - version = 75.0.0; + version = 75.0.1; }; }; C14882EB27F211A000D59F0C /* XCRemoteSwiftPackageReference "SwiftSoup" */ = { diff --git a/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index afce7b4c26..a8bdac2955 100644 --- a/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -15,8 +15,8 @@ "repositoryURL": "https://github.com/DuckDuckGo/BrowserServicesKit", "state": { "branch": null, - "revision": "9a0eb00f81caaa4a8670d67eb9d8dddb1d47835c", - "version": "75.0.0" + "revision": "070cd5292161a2ca84efb7a583acecb55e777517", + "version": "75.0.1" } }, { @@ -168,8 +168,8 @@ "repositoryURL": "https://github.com/duckduckgo/wireguard-apple", "state": { "branch": null, - "revision": "cf3c0f5132dbb8de08c46155a1bbd5e5bb6a47c1", - "version": "1.1.0" + "revision": "2d8172c11478ab11b0f5ad49bdb4f93f4b3d5e0d", + "version": "1.1.1" } } ]