Skip to content

Commit

Permalink
BSK update for Autofill Script performance improvements (#2625)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/414709148257752/1206900948756760/f
Tech Design URL:
CC:

Description:
Greatly reduces the amount of data passed into the autofill script to improve performance and resolve occasional out of memory crashes
  • Loading branch information
amddg44 authored Mar 25, 2024
1 parent 42c96cc commit 784fe39
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 @@ -10033,7 +10033,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 129.1.7;
version = 129.1.8;
};
};
B6F997C22B8F374300476735 /* XCRemoteSwiftPackageReference "apple-toolbox" */ = {
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" : "c34a4d0298a33c4c7f3b8c0ac4ca249b51e350db",
"version" : "129.1.7"
"revision" : "0509e0cf15f1ff8b0f32ac39c262da131fba7f3e",
"version" : "129.1.8"
}
},
{
Expand Down

0 comments on commit 784fe39

Please sign in to comment.