mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
a5bfbaa62b
* feat: add iOS frameworks config option, closes #9962 * fix template * typo
8 lines
227 B
Markdown
8 lines
227 B
Markdown
---
|
|
"tauri-utils": patch:feat
|
|
"@tauri-apps/cli": patch:feat
|
|
"tauri-cli": patch:feat
|
|
---
|
|
|
|
Added `bundle > iOS > frameworks` configuration to define a list of frameworks that are linked to the Xcode project when it is generated.
|