Skip to content

Commit

Permalink
Disabling autocompletion for website suggestions on macOS (#3401)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/0/1208219569168394/f

**Description**:
Disabling autocompletion for website suggestions on macOS. This change doesn't
affect iOS
  • Loading branch information
tomasstrba authored Oct 10, 2024
1 parent 44d78d6 commit 586bf80
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 @@ -10947,7 +10947,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 198.3.1;
version = 198.4.0;
};
};
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" : "4e6a8da6a088439565ed7f6a2ac83e83ad7fd10e",
"version" : "198.3.1"
"revision" : "c642e92389688016e2dad549f6d6e7c4cd1642d3",
"version" : "198.4.0"
}
},
{
Expand Down

0 comments on commit 586bf80

Please sign in to comment.