tauri/.changes/plugin-ios-xcode-project.md
Lucas Fernandes Nogueira 8a1ae2deaf
feat(plugin): add option to use a Xcode project for iOS (#9843)
* wip

* add option to use xcode project

* configuration

* clear env

* add change file

* remove xcuserdatad

* delete xcuserstate
2024-05-24 08:23:41 -03:00

10 lines
230 B
Markdown

---
"tauri-cli": patch:feat
"@tauri-apps/cli": patch:feat
"tauri-plugin": patch:feat
"tauri-utils": patch:feat
"tauri": patch:feat
---
Added an option to use a Xcode project for the iOS plugin instead of a plain SwiftPM project.