mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 13:57:16 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| tauri | ||
| tauri-build | ||
| tauri-bundler | ||
| tauri-cli | ||
| tauri-codegen | ||
| tauri-driver | ||
| tauri-macos-sign | ||
| tauri-macros | ||
| tauri-plugin | ||
| tauri-runtime | ||
| tauri-runtime-wry | ||
| tauri-schema-generator | ||
| tauri-schema-worker | ||
| tauri-utils | ||
| tests | ||