Skip to content

Commit

Permalink
BSK update for new Sync Promotion feature flag (#3128)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/72649045549333/1208017419957473/f
Tech Design URL:
CC:

**Description**:
Updates for new Sync Promotion feature flag in BSK
  • Loading branch information
amddg44 authored Sep 1, 2024
1 parent 3999929 commit dd2ef9d
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 @@ -13740,7 +13740,7 @@
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 190.0.1;
version = 190.0.2;
};
};
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" : "245750c9ca559813307641e819fb27c6d294339f",
"version" : "190.0.1"
"revision" : "2e9282d79f4a36ad851e9e130ffd936a5c8e74c7",
"version" : "190.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: "190.0.1"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "190.0.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: "190.0.1"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "190.0.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: "190.0.1"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "190.0.2"),
.package(path: "../SwiftUIExtensions")
],
targets: [
Expand Down

0 comments on commit dd2ef9d

Please sign in to comment.