mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 03:47:37 +03:00
9b99ebab17
* feat(ios): add a new cli option to dev to use project archs Add a new option to instruct cargo-mobile2 to use architectures configured in the project for building * update cargo-mobile2, add change file * fix change file [skip ci] --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
8 lines
200 B
Markdown
8 lines
200 B
Markdown
---
|
|
'tauri-cli': 'patch:bug'
|
|
'@tauri-apps/cli': 'patch:bug'
|
|
---
|
|
|
|
Do not include the target arch when building and archiving the iOS application,
|
|
which makes Xcode project modifications more flexible.
|