Skip to content

Commit

Permalink
VPN: Replace available interfaces in VPN metadata (#2750)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/0/1207087903608440/f

macOS PR: duckduckgo/macos-browser#2634
BSK PR: duckduckgo/BrowserServicesKit#782

## Description

Removes `availableInterfaces` from VPN metadata and instead replaces it with the type of the first available interface, a count of tunnels and DNS interfaces.
  • Loading branch information
diegoreymendez authored Apr 16, 2024
1 parent 66866e7 commit bcc849a
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -10178,7 +10178,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 134.0.1;
version = "134.1.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" : "b0749d25996c0fa18be07b7851f02ebb3b9fab50",
"version" : "134.0.1"
"revision" : "543398a776f522998918eefd3df4150fae041838",
"version" : "134.1.0-1"
}
},
{
Expand Down

0 comments on commit bcc849a

Please sign in to comment.