@@ -0,0 +1,6 @@
+---
+"cli.rs": patch
+"cli.js": patch
+
+Fixes the iOS project script to build the Rust library.
@@ -159,6 +159,7 @@ pub fn exec(
);
}
+ map.insert("tauri-binary", binary.to_string_lossy());
map.insert("tauri-binary-args", &build_args);
map.insert("tauri-binary-args-str", build_args.join(" "));