Skip to content

Commit

Permalink
Fix VPN configuration removal to stop the tunnel (#3099)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1207603085593419/1207832283330964/f

macOS PR: duckduckgo/macos-browser#2991
BSK PR: duckduckgo/BrowserServicesKit#900

## Description:

Fix the VPN configuration removal handling in the extension to stop the tunnel.
  • Loading branch information
diegoreymendez authored Jul 19, 2024
1 parent 56d955f commit 9eb684b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10166,7 +10166,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 172.0.0;
version = 172.0.1;
};
};
9F8FE9472BAE50E50071E372 /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/DuckDuckGo/BrowserServicesKit",
"state" : {
"revision" : "f8e381771a33287e317da84d5676a5e2a271bca3",
"version" : "172.0.0"
"revision" : "3274feb8d84fda5f27541c13f2ab428b4e77a5e2",
"version" : "172.0.1"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
<Test
Identifier = "AutoconsentMessageProtocolTests/testEval()">
</Test>
<Test
Identifier = "SyncSettingsViewControllerErrorTests/test_WhenAccountRemoved_ErrorHandlerSyncDidTurnOffCalled()">
</Test>
</SkippedTests>
</TestableReference>
<TestableReference
Expand Down

0 comments on commit 9eb684b

Please sign in to comment.