Skip to content

Commit

Permalink
Remove incremental test pixel (duckduckgo#1970)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/0/1205407743356198/f
Tech Design URL:
CC:

Description:

This PR bumps BSK to handle the removed incremental test feature.

This was never used by iOS, so this change should have no effect.
  • Loading branch information
samsymons authored Sep 4, 2023
1 parent 2fe71d1 commit ec10be2
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 @@ -8874,7 +8874,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 75.3.1;
version = 76.0.0;
};
};
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": "28c24a730e17ff53bd461bf86b893b35fcf39c74",
"version": "75.3.1"
"revision": "d7fee45580c065a9ef8058bc4267c00d0ed7df30",
"version": "76.0.0"
}
},
{
Expand Down

0 comments on commit ec10be2

Please sign in to comment.