tauri/crates
Lucas Fernandes Nogueira ec6065fa4a
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
2025-06-23 09:29:46 -03:00
..
tauri docs: where does resource dir resolve to (#13640) 2025-06-21 10:22:24 +08:00
tauri-build fix(core): capability filtering crashing allowed command generation (#13476) 2025-05-22 07:45:32 -03:00
tauri-bundler chore(deps): update rust crate windows-sys to 0.60 (dev) (#13616) 2025-06-16 17:58:29 +08:00
tauri-cli fix(cli): use original identifier to fix mobile options reading (#13625) 2025-06-23 09:29:46 -03:00
tauri-codegen feat: add bundleName field to schema and MacConfig (#13110) (#13536) 2025-06-03 15:44:49 +02:00
tauri-driver feat: add workarea getter for monitor (#13276) 2025-04-23 03:29:03 +02:00
tauri-macos-sign refactor: put dynamic acl to a feature (#13418) 2025-05-16 22:54:23 +08:00
tauri-macros refactor: put dynamic acl to a feature (#13418) 2025-05-16 22:54:23 +08:00
tauri-plugin fix(core): capability filtering crashing allowed command generation (#13476) 2025-05-22 07:45:32 -03:00
tauri-runtime docs: fix missing docs for a few methods (#13449) 2025-05-16 00:17:28 +08:00
tauri-runtime-wry fix(windows): allow web fullscreen APIs to work (#13558) 2025-06-03 19:04:14 +08:00
tauri-schema-generator fix: resolve typos in schema (#13591) 2025-06-08 00:50:10 +08:00
tauri-schema-worker chore: check generated file on package lock change (#13641) 2025-06-20 20:13:16 +08:00
tauri-utils docs: where does resource dir resolve to (#13640) 2025-06-21 10:22:24 +08:00
tests feat: disable background throttling (#12181) 2025-01-25 22:20:31 +01:00