Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit ce28078

Browse files
authored
Add support for RMF survey locale parameter (#3613)
Task/Issue URL: https://app.asana.com/0/1199333091098016/1208868981778301/f Tech Design URL: CC: Description: This PR updates BSK to pull in the survey builder's new locale support.
1 parent 036c2df commit ce28078

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

DuckDuckGo.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15347,7 +15347,7 @@
1534715347
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
1534815348
requirement = {
1534915349
kind = exactVersion;
15350-
version = 215.0.0;
15350+
version = 215.0.1;
1535115351
};
1535215352
};
1535315353
9FF521422BAA8FF300B9819B /* XCRemoteSwiftPackageReference "lottie-spm" */ = {

DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LocalPackages/DataBrokerProtection/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let package = Package(
2929
targets: ["DataBrokerProtection"])
3030
],
3131
dependencies: [
32-
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "215.0.0"),
32+
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "215.0.1"),
3333
.package(path: "../SwiftUIExtensions"),
3434
.package(path: "../AppKitExtensions"),
3535
.package(path: "../XPCHelper"),

LocalPackages/FeatureFlags/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ let package = Package(
3232
targets: ["FeatureFlags"]),
3333
],
3434
dependencies: [
35-
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "215.0.0"),
35+
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "215.0.1"),
3636
],
3737
targets: [
3838
// Targets are the basic building blocks of a package, defining a module or a test suite.

LocalPackages/NetworkProtectionMac/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ let package = Package(
3232
.library(name: "VPNAppLauncher", targets: ["VPNAppLauncher"]),
3333
],
3434
dependencies: [
35-
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "215.0.0"),
35+
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "215.0.1"),
3636
.package(url: "https://github.com/airbnb/lottie-spm", exact: "4.4.3"),
3737
.package(path: "../AppLauncher"),
3838
.package(path: "../UDSHelper"),

LocalPackages/SubscriptionUI/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
targets: ["SubscriptionUI"]),
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "215.0.0"),
15+
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "215.0.1"),
1616
.package(path: "../SwiftUIExtensions"),
1717
.package(path: "../FeatureFlags")
1818
],

0 commit comments

Comments
 (0)