fix(cli): install iOS dependencies when needed (#13799)

currently deps are only installed on init, which might not be executed on someone's machine if the xcode project is commited to the repo. we need to ensure dependencies are installed before running them

applies https://github.com/tauri-apps/cargo-mobile2/pull/468
This commit is contained in:
Lucas Fernandes Nogueira
2025-07-10 10:17:23 -03:00
committed by GitHub
parent 4ba871c5d2
commit 0f248b111f
3 changed files with 112 additions and 23 deletions

View File

@@ -0,0 +1,6 @@
---
"tauri-cli": patch:bug
"@tauri-apps/cli": patch:bug
---
Install iOS dependencies when needed.