Skip to content

Commit

Permalink
[opener] Prepare for objc2 frameworks v0.3 (#2343)
Browse files Browse the repository at this point in the history
These will have a bunch of default features enabled, so let's
preemptively disable them.
  • Loading branch information
madsmtm authored Jan 21, 2025
1 parent e76272b commit bdb7feb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plugins/opener/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit bdb7feb

Please sign in to comment.