Skip to content

Commit

Permalink
Add support for RMF survey locale parameter (#3648)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
samsymons authored Nov 29, 2024
1 parent 86d978a commit 7e36058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11247,7 +11247,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 215.0.0;
version = 215.0.1;
};
};
9F8FE9472BAE50E50071E372 /* 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" : "dfd266ab6550902dc2511714f85e2cc03009c057",
"version" : "215.0.0"
"revision" : "837dfbfe7a1b2a5e0ec2fb24a47a53dec53444b0",
"version" : "215.0.1"
}
},
{
Expand Down

0 comments on commit 7e36058

Please sign in to comment.