Skip to content

Commit

Permalink
BSK -> 171.1.1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
mallexxx committed Jul 23, 2024
1 parent 5d92e82 commit de605e2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13315,8 +13315,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
kind = revision;
revision = 9ef05e807e436cc93ec7f29d1e5b5c3fe89cf5e2;
kind = exactVersion;
version = "171.1.1-2";
};
};
9FF521422BAA8FF300B9819B /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/BrowserServicesKit",
"state" : {
"revision" : "9ef05e807e436cc93ec7f29d1e5b5c3fe89cf5e2"
"revision" : "ec7bfbcda3d18086a03d762c41382c318c699c8f",
"version" : "171.1.1-2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/DataBrokerProtection/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let package = Package(
targets: ["DataBrokerProtection"])
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "171.1.1-1"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "171.1.1-2"),
.package(path: "../SwiftUIExtensions"),
.package(path: "../XPCHelper"),
],
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/NetworkProtectionMac/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let package = Package(
.library(name: "VPNAppLauncher", targets: ["VPNAppLauncher"]),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "171.1.1-1"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "171.1.1-2"),
.package(url: "https://github.com/airbnb/lottie-spm", exact: "4.4.3"),
.package(path: "../AppLauncher"),
.package(path: "../UDSHelper"),
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/SubscriptionUI/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
targets: ["SubscriptionUI"]),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "171.1.1-1"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "171.1.1-2"),
.package(path: "../SwiftUIExtensions")
],
targets: [
Expand Down

0 comments on commit de605e2

Please sign in to comment.