Skip to content

Commit

Permalink
Update BSK to latest (#3723)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/414235014887631/1208827075841585/f

Description:
Add 'locale' to report broken site params was merged in to https://github.com/duckduckgo/iOS/tree/release/7.149.0 in a BSK hotfix release. This PR updates BSK to latest to introduce this change on main.
  • Loading branch information
miasma13 authored Dec 12, 2024
1 parent 52343e2 commit 1560b5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11723,7 +11723,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 221.1.0;
version = 221.2.0;
};
};
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" : "e8654e1a51bd20fa8fa234a4155a9aec37411ed1",
"version" : "221.1.0"
"revision" : "08c3dca42c5f943d45136823f264ba14bbcc0eb9",
"version" : "221.2.0"
}
},
{
Expand Down Expand Up @@ -138,7 +138,7 @@
{
"identity" : "swift-argument-parser",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-argument-parser",
"location" : "https://github.com/apple/swift-argument-parser.git",
"state" : {
"revision" : "0fbc8848e389af3bb55c182bc19ca9d5dc2f255b",
"version" : "1.4.0"
Expand Down

0 comments on commit 1560b5e

Please sign in to comment.