chore(cli): change default export method to debugging (#10571)

This commit is contained in:
Lucas Fernandes Nogueira 2024-08-12 22:04:16 -03:00 committed by GitHub
parent 9fe846615b
commit 794cf8234f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
---
"tauri-cli": patch:changes
"@tauri-apps/cli": patch:changes
---
Change iOS template default export method from deprecated `development` to `debugging`.

View File

@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>method</key>
<string>development</string>
<string>debugging</string>
</dict>
</plist>