Sourced from @tauri-apps/cli's
releases.
@tauri-apps/cliv2.8.4[2.8.4]
Enhancements
f70b28529(#14093 by@lucasfernog) Ensure Rust targets for mobile are installed when running the dev and build commands (previously only checked on init).a9b342125(#14114 by@lucasfernog) Fix iOS dev and build targeting the simulator on Intel machines.61b9b681e(#14111 by@lucasfernog) RetainRUST_*environment variables when running the mobile commands.c23bec62d(#14083 by@FabianLars) Tauri now ignoresmacOS.minimumSystemVersionintauri devto prevent forced rebuilds of macOS specific dependencies when using something likerust-analyzerat the same time astauri dev.Bug Fixes
c37a29833(#14112 by@lucasfernog) Fix usage with Deno failing withReferenceError: require is not defined.bcf000c0a(#14110 by@lucasfernog) Fixes runningioscommands withdenocrashing due to incorrect current working directory resolution.7db7142f9(#14119 by@lucasfernog) Fixes empty device name when using an Android emulator causing the emulator to never be detected as running.956b4fd6f(#14106 by@lucasfernog) Use the correct export method on Xcode < 15.4.Dependencies
- Upgraded to
tauri-cli@2.8.4
80eadb7
apply version updates (#14100)346a420
docs: improve resources docs (#14136)5239d39
chore(deps): update dependency rollup to v4.50.0 (#14127)0b1da30
chore(tauri): update documentation for home_dir on iOS (#14121)7db7142
fix(cli): empty Android emulator name (#14119)a9b3421
fix(cli): iOS simulator dev/build on Apple Intel, closes #13456
(#14114)bcf000c
fix(cli): ios command failing when running with deno, closes #13547
(#14110)61b9b68
feat(cli): retain all RUST_* env vars on mobile commands (#14111)c37a298
fix(cli): set package type for Deno (#14112)b8b866f
fix(examples): update tauri-plugin-log