Skip to content

Commit

Permalink
chore(cli): change default export method to debugging (#10571)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Aug 13, 2024
1 parent 9fe8466 commit 794cf82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/change-default-export-option-debugging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": patch:changes
"@tauri-apps/cli": patch:changes
---

Change iOS template default export method from deprecated `development` to `debugging`.
2 changes: 1 addition & 1 deletion tooling/cli/templates/mobile/ios/ExportOptions.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>method</key>
<string>development</string>
<string>debugging</string>
</dict>
</plist>

0 comments on commit 794cf82

Please sign in to comment.