Skip to content

Commit

Permalink
Fixes a crasher due to a test line merged by mistake. (#2162)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/0/1205948647103120/f

BSK PR: duckduckgo/BrowserServicesKit#563
macOS PR: duckduckgo/macos-browser#1853

## Description

Fixes a crasher in NetP iOS and macOS.
  • Loading branch information
diegoreymendez authored Nov 15, 2023
1 parent ba86fce commit d2c3e17
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 @@ -9131,7 +9131,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 84.0.0;
version = 84.0.1;
};
};
C14882EB27F211A000D59F0C /* XCRemoteSwiftPackageReference "SwiftSoup" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/DuckDuckGo/BrowserServicesKit",
"state": {
"branch": null,
"revision": "9c2c7f39679a1f4441fec95fda86f4c089724e2e",
"version": "84.0.0"
"revision": "075773533bfca9196115674d2ab1b085570854dd",
"version": "84.0.1"
}
},
{
Expand Down

0 comments on commit d2c3e17

Please sign in to comment.