Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
fix(cli): use original identifier to fix mobile options reading (#13625)
* fix(cli): read original identifier to fix mobile options reading the iOS and Android CLI commands leverage an android_studio_script/xcode_script that is executed by the native IDE or build tool. This script reads the Tauri configuration to find the app identifier used to communicate with the parent Tauri CLI process to read CLI options. The communication is broken when the `--config` arg is used, since the IDE script does not have access to that value before reaching the parent process, which is impossible without knowing the actual identifier used. To bypass this we'll agree on using the original identifier. This obviously won't work if the original tauri.conf.json do not have an identifier, so we error out in this case * fix build, lint
L
Lucas Fernandes Nogueira committed
ec6065fa4a6427266ecfb0c0f62f008574bb7880
Parent: 18b5299
Committed by GitHub <noreply@github.com>
on 6/23/2025, 12:29:46 PM