Fix blogmark deep-link delivery and editor activation

This commit is contained in:
2026-07-20 19:13:18 +02:00
parent 3aa5dcbe55
commit 5425d83ee1
4 changed files with 170 additions and 52 deletions

View File

@@ -24,7 +24,7 @@ wry = "0.55.1"
[target.'cfg(target_os = "macos")'.dependencies]
objc2 = "0.6"
objc2-foundation = "0.3"
objc2-foundation = { version = "0.3", features = ["objc2-core-services"] }
objc2-app-kit = "0.3"
[dev-dependencies]