Skip to content

Commit

Permalink
Email parsing improved (#3436)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1148564399326804/1207106552424205/f
Tech Design URL:
CC:

**Description**:
Email parsing improved on macOS. This PR doesn't affect iOS
  • Loading branch information
tomasstrba authored Oct 24, 2024
1 parent 8127b00 commit a0f4e64
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 @@ -10966,7 +10966,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 200.2.0;
version = 200.2.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" : "a7de5bc2fe128444495e6e8345026c8974076ad7",
"version" : "200.2.0"
"revision" : "fdf6f75d570a5ef6058efa881e11f9467627fbf4",
"version" : "200.2.1"
}
},
{
Expand Down

0 comments on commit a0f4e64

Please sign in to comment.