[opener] Prepare for objc2 frameworks v0.3 (#2343)

These will have a bunch of default features enabled, so let's
preemptively disable them.
This commit is contained in:
Mads Marquart
2025-01-21 21:26:26 +01:00
committed by GitHub
parent e76272b619
commit bdb7febf9c
+4 -2
View File
@@ -55,11 +55,13 @@ url = { workspace = true }
[target."cfg(target_os = \"macos\")".dependencies.objc2-app-kit]
version = "0.2"
features = ["NSWorkspace"]
default-features = false
features = ["std", "NSWorkspace"]
[target."cfg(target_os = \"macos\")".dependencies.objc2-foundation]
version = "0.2"
features = ["NSURL", "NSArray", "NSString"]
default-features = false
features = ["std", "NSURL", "NSArray", "NSString"]
[target.'cfg(target_os = "ios")'.dependencies]
tauri = { workspace = true, features = ["wry"] }