Skip to content

Commit

Permalink
Ensure that LinkPresentation framework is called on main thread (#2241)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1201493110486074/1206113035171145/f

Description:
Ensure that LinkPresentation's metadata lookup API is called on main thread.
Otherwise, it would keep crashing on iOS 15.
  • Loading branch information
ayoy authored Dec 7, 2023
1 parent cea41ad commit 35be6f3
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 @@ -9157,7 +9157,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 92.0.1;
version = 92.0.3;
};
};
C14882EB27F211A000D59F0C /* XCRemoteSwiftPackageReference "SwiftSoup" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/DuckDuckGo/BrowserServicesKit",
"state": {
"branch": null,
"revision": "fe577c508ad4ea163075ac8fab20673d0a7565f6",
"version": "92.0.1"
"revision": "5ca0b3d915ab73de43744db40edf41c1d5060034",
"version": "92.0.3"
}
},
{
Expand Down

0 comments on commit 35be6f3

Please sign in to comment.