We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332b3fc commit 6e3e4c2Copy full SHA for 6e3e4c2
.changes/fix-ios-template.md
@@ -0,0 +1,6 @@
1
+---
2
+"cli.rs": patch
3
+"cli.js": patch
4
5
+
6
+Fixes the iOS project script to build the Rust library.
tooling/cli/src/mobile/init.rs
@@ -159,6 +159,7 @@ pub fn exec(
159
);
160
}
161
162
+ map.insert("tauri-binary", binary.to_string_lossy());
163
map.insert("tauri-binary-args", &build_args);
164
map.insert("tauri-binary-args-str", build_args.join(" "));
165
0 commit comments