Skip to content

Commit

Permalink
Optimize first load of Content Rule Lists (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaresiak authored Jul 18, 2023
1 parent 72a1696 commit 4535d8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10102,7 +10102,7 @@
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 67.1.0;
version = 67.1.1;
};
};
AA06B6B52672AF8100F541C5 /* XCRemoteSwiftPackageReference "Sparkle" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/BrowserServicesKit",
"state" : {
"revision" : "84cf076cb8b9b9d733c59a89ee5536296c38a7d2",
"version" : "67.1.0"
"revision" : "ed8cc2fc771f2ec3a86e1b534f001073a6243381",
"version" : "67.1.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/NetworkProtectionUI/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "67.1.0")
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "67.1.1")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 4535d8f

Please sign in to comment.