From 128adae2d003ce1e75235f110ee2475b1852f148 Mon Sep 17 00:00:00 2001 From: Diego Rey Mendez Date: Thu, 28 Nov 2024 23:24:31 +0100 Subject: [PATCH] Remove an unnecessary step when stopping the tunnel (#3639) Task/Issue URL: https://app.asana.com/0/1207603085593419/1208865941226621/f BSK PR: https://github.com/duckduckgo/BrowserServicesKit/pull/1102 macOS PR: https://github.com/duckduckgo/macos-browser/pull/3608 ## Description Removes a duplicated step from the tunnel stop logic that was causing some trouble in the logs. --- DuckDuckGo.xcodeproj/project.pbxproj | 2 +- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DuckDuckGo.xcodeproj/project.pbxproj b/DuckDuckGo.xcodeproj/project.pbxproj index 654dedd699..22b1d9ee0b 100644 --- a/DuckDuckGo.xcodeproj/project.pbxproj +++ b/DuckDuckGo.xcodeproj/project.pbxproj @@ -11251,7 +11251,7 @@ repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit"; requirement = { kind = exactVersion; - version = 212.1.0; + version = 212.1.1; }; }; 9F8FE9472BAE50E50071E372 /* XCRemoteSwiftPackageReference "lottie-spm" */ = { diff --git a/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index e7aa31cf16..4b616ab2cf 100644 --- a/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/DuckDuckGo/BrowserServicesKit", "state" : { - "revision" : "a3d5a2fc45ce000515b04666aa2fa7ad2d30e288", - "version" : "212.1.0" + "revision" : "db9c29a429896138fab29da987981a5f4a8d6712", + "version" : "212.1.1" } }, {