Skip to content

Commit f74f911

Browse files
committed
2 parents 47b8d18 + ce36bbb commit f74f911

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,18 @@ cd .\my-new-project\
3636
```
3737
dotnet build -t:Run -f net7.0-android
3838
```
39+
Under Mac, to target an iOS device/emulator, issue a command like this:
40+
```
41+
dotnet build -t:Run /p:_DeviceName=:v2:udid=<device_id> -f net7.0-ios
42+
```
43+
where the device id comes from this list:
44+
```
45+
xcrun simctl list
46+
```
3947

4048
5. Hot-reload console
4149
```
42-
dotnet-maui-reactor -f net7.0-android
50+
dotnet-maui-reactor -f [net7.0-android|net7.0-ios|...]
4351
```
4452

4553
6. Edits to code should be hotreloaded by the application --> Enjoy!

0 commit comments

Comments
 (0)