@tauri-apps/cli@2.6.0
New Features
414619c36
(#13536 by @Tunglies) Added support for thebundleName
property in the macOS bundler configuration. This allows specifying theCFBundleName
value for generated macOS bundles.3242e1c94
(#13659 by @lucasfernog) Allow passing Cargo arguments to mobile dev and build commands.d1ce9af62
(#13660 by @lucasfernog) Allow passing--config
arguments to theios init
andandroid init
commands to tweak the configuration used to initialize the mobile projects.7322f0579
(#13502 by @amrbashir) Allow usingCheckIfAppIsRunning
macro inside NSIS hooks, for example!insertmacro CheckIfAppIsRunning "another-executable.exe" "Another Executable"
.4a880ca69
(#13658 by @lucasfernog) Synchronize Tauri config productName changes with the iOS Xcode project.8ee14a864
(#13618 by @Sky-walkerX) Warn the user that the app id shouldn’t end in.app
because it conflicts with the application bundle extension on macOS
Bug Fixes
35aa7e121
(#13294 by @kingsword09) fix: allow the target directory to be inside frontendDir as long as it is not the Rust target directory inside frontendDir.ec6065fa4
(#13625 by @lucasfernog) Fixes Android and iOS dev/build commands not working when the app identifier is being modified by the--config
option.5a5291d66
(#13483 by @lucasfernog) Fix simulator build detection on Xcode.
Dependencies
© 2025 Tauri Contributors. CC-BY / MIT