Skip to content

Commit

Permalink
bump bsk to fix retain cycle (#2422)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/414235014887631/1206840485929811/f
Tech Design URL:
CC:

**Description**:
Bumps BSK to fix retain cycle

**Steps to test this PR**:
1. Launch macOS app
  • Loading branch information
brindy authored Mar 14, 2024
1 parent eb5a759 commit adfa4d9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13770,7 +13770,7 @@
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = "121.0.0-1";
version = "121.0.0-2";
};
};
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" : {
"revision" : "592242549bc2258d5ebeb3224029267915bcca52",
"version" : "121.0.0-1"
"revision" : "d64db9f34a00f54b2a6b518ddd461ad5b28321d9",
"version" : "121.0.0-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: "121.0.0-1"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "121.0.0-2"),
.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: "121.0.0-1"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "121.0.0-2"),
.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: "121.0.0-1"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "121.0.0-2"),
.package(path: "../SwiftUIExtensions")
],
targets: [
Expand Down

0 comments on commit adfa4d9

Please sign in to comment.