Skip to content

Commit 794cf82

Browse files
authored
chore(cli): change default export method to debugging (#10571)
1 parent 9fe8466 commit 794cf82

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri-cli": patch:changes
3+
"@tauri-apps/cli": patch:changes
4+
---
5+
6+
Change iOS template default export method from deprecated `development` to `debugging`.

tooling/cli/templates/mobile/ios/ExportOptions.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<plist version="1.0">
44
<dict>
55
<key>method</key>
6-
<string>development</string>
6+
<string>debugging</string>
77
</dict>
88
</plist>

0 commit comments

Comments
 (0)