From eb88ad5a62a1ec01678a449c7382a62ae52038d5 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Tue, 12 Nov 2024 04:27:09 +0200 Subject: [PATCH] try to fix CI --- plugins/opener/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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