mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-05 10:13:00 +02:00
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:
committed by
GitHub
parent
4ba871c5d2
commit
0f248b111f
6
.changes/install-ios-deps.md
Normal file
6
.changes/install-ios-deps.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"tauri-cli": patch:bug
|
||||
"@tauri-apps/cli": patch:bug
|
||||
---
|
||||
|
||||
Install iOS dependencies when needed.
|
||||
Reference in New Issue
Block a user