Skip to content

Commit

Permalink
VPN uninstall not stopping agent in App Store build (#2999)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1207603085593419/1207659744300515/f

macOS PR: duckduckgo/macos-browser#2911
BSK PR: duckduckgo/BrowserServicesKit#866

## Description

These changes are macOS specific, so we're just updating BSK to include the latest changes.
  • Loading branch information
diegoreymendez authored Jun 27, 2024
1 parent 9ce5afe commit c032c18
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 @@ -9822,7 +9822,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 161.1.2;
version = 161.1.3;
};
};
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" : "cde956dec771bb7196ab3f4b07e00254e433d58d",
"version" : "161.1.2"
"revision" : "d44d7dcc1f267d78b8d1ad54e276c156040d42e0",
"version" : "161.1.3"
}
},
{
Expand Down

0 comments on commit c032c18

Please sign in to comment.