Skip to content

Commit

Permalink
Update TRK (duckduckgo#1487)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1200194497630846/1203790344085047/f
Tech Design URL:
CC:

Description:
This is just a change on the TRK parser itself to ignore rules with action types we don't support. Besides that, there should be no changes in behavior.
  • Loading branch information
Bunn authored Feb 14, 2023
1 parent 7edff1d commit 4b3224f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7322,15 +7322,15 @@
repositoryURL = "https://github.com/duckduckgo/TrackerRadarKit.git";
requirement = {
kind = exactVersion;
version = 1.1.1;
version = 1.2.1;
};
};
98A16C2928A11BDE00A6C003 /* XCRemoteSwiftPackageReference "BrowserServicesKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 46.0.0;
version = 46.0.1;
};
};
C14882EB27F211A000D59F0C /* XCRemoteSwiftPackageReference "SwiftSoup" */ = {
Expand Down

0 comments on commit 4b3224f

Please sign in to comment.