Skip to content

Commit

Permalink
Privacy Pro Free Trials - BSK Bump (No macOS Functional Changes) (#3838)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1206488453854252/1209235370800483

**Description**: BSK Bump (No macOS Functional Changes)
  • Loading branch information
aataraxiaa authored Feb 10, 2025
1 parent c8f5413 commit f31f103
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo-macOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -15670,7 +15670,7 @@
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 236.0.2;
version = 236.0.4;
};
};
9FF521422BAA8FF300B9819B /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
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" : "8b7cb167b94dea66313175c88234fdc3cd2db306",
"version" : "236.0.2"
"revision" : "f0db9978000e0e469c25186d2a68785b05c8a812",
"version" : "236.0.4"
}
},
{
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: "236.0.2"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "236.0.4"),
.package(path: "../DataBrokerProtectionShared"),
.package(path: "../SwiftUIExtensions"),
.package(path: "../AppKitExtensions"),
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/DataBrokerProtectionShared/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let package = Package(
targets: ["DataBrokerProtectionShared"])
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "236.0.2"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "236.0.4"),
.package(path: "../SwiftUIExtensions"),
.package(path: "../AppKitExtensions"),
.package(path: "../XPCHelper"),
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/FeatureFlags/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let package = Package(
targets: ["FeatureFlags"]),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "236.0.2"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "236.0.4"),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/HistoryView/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let package = Package(
targets: ["HistoryView"]),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "236.0.2"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "236.0.4"),
.package(path: "../WebKitExtensions"),
.package(path: "../UserScriptActionsManager"),
.package(path: "../Utilities"),
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/NetworkProtectionMac/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let package = Package(
.library(name: "VPNAppLauncher", targets: ["VPNAppLauncher"]),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "236.0.2"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "236.0.4"),
.package(url: "https://github.com/airbnb/lottie-spm", exact: "4.4.3"),
.package(path: "../AppInfoRetriever"),
.package(path: "../AppLauncher"),
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/NewTabPage/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let package = Package(
targets: ["NewTabPage"]),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "236.0.2"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "236.0.4"),
.package(path: "../WebKitExtensions"),
.package(path: "../UserScriptActionsManager"),
.package(path: "../Utilities"),
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/SubscriptionUI/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["SubscriptionUI"]),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "236.0.2"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "236.0.4"),
.package(path: "../PreferencesUI-macOS"),
.package(path: "../SwiftUIExtensions"),
.package(path: "../FeatureFlags")
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/UserScriptActionsManager/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let package = Package(
targets: ["UserScriptActionsManager"]),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "236.0.2"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "236.0.4"),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/WebKitExtensions/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "236.0.2"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "236.0.4"),
.package(path: "../AppKitExtensions")
],
targets: [
Expand Down

0 comments on commit f31f103

Please sign in to comment.