File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ lunchjs/
7575 - Click ** +** (Plus sign) at bottom left
7676 - Select ** Device Type** and ** OS Version**
7777 - Click ** Create**
78- - To change the default simulator, edit ` IOS_SIM_DEVICE ` in ` taskfiles/tauri.yml `
78+ - To change the default simulator, edit ` IOS_SIM_DEVICE ` in ` .env `
7979
80806 . ** Configure Apple Developer account** (for iOS device builds only):
8181 - ** Not required** for simulator builds (` task ios:dev ` or ` task ios:build:sim ` )
Original file line number Diff line number Diff line change 1717 IOS_ARM64_TARGET : " aarch64-apple-ios"
1818 IOS_SIM_ARM64_TARGET : " aarch64-apple-ios-sim"
1919 IOS_SIM_X64_TARGET : " x86_64-apple-ios"
20- IOS_SIM_DEVICE : " iPhone 13 mini"
20+ IOS_SIM_DEVICE : ' {{.IOS_SIM_DEVICE | default "iPhone 13 mini"}} '
2121
2222tasks :
2323 info :
You can’t perform that action at this time.
0 commit comments