1 2 3 4 5
const COMMANDS: &[&str] = &[]; fn main() { tauri_plugin::Builder::new(COMMANDS).ios_path("ios").build(); }