Skip to content

Commit

Permalink
Update BSK to released version
Browse files Browse the repository at this point in the history
  • Loading branch information
miasma13 committed Mar 22, 2024
1 parent dcfcc40 commit 9dae10b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14152,8 +14152,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
branch = "michal/subs-and-ent-caching";
kind = branch;
kind = exactVersion;
version = 129.1.3;
};
};
AA06B6B52672AF8100F541C5 /* XCRemoteSwiftPackageReference "Sparkle" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/BrowserServicesKit",
"state" : {
"branch" : "michal/subs-and-ent-caching",
"revision" : "6b142eacd6043fc030a637b66a405503ea536670"
"revision" : "91d9eb23c33ae8c1a6e19314c0349e42eab70326",
"version" : "129.1.3"
}
},
{
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: "129.1.2"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "129.1.3"),
.package(path: "../PixelKit"),
.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 @@ -31,7 +31,7 @@ let package = Package(
.library(name: "NetworkProtectionUI", targets: ["NetworkProtectionUI"]),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "129.1.2"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "129.1.3"),
.package(path: "../XPCHelper"),
.package(path: "../SwiftUIExtensions"),
.package(path: "../LoginItems"),
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: "129.1.2"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "129.1.3"),
.package(path: "../SwiftUIExtensions")
],
targets: [
Expand Down

0 comments on commit 9dae10b

Please sign in to comment.