diff --git a/plugins/opener/Cargo.toml b/plugins/opener/Cargo.toml index bd471081..d904443b 100644 --- a/plugins/opener/Cargo.toml +++ b/plugins/opener/Cargo.toml @@ -60,3 +60,6 @@ features = ["NSWorkspace"] [target."cfg(target_os = \"macos\")".dependencies.objc2-foundation] version = "0.2" features = ["NSURL", "NSArray", "NSString"] + +[target.'cfg(target_os = "ios")'.dependencies] +tauri = { workspace = true, features = ["wry"] } \ No newline at end of file