We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47b8d18 + ce36bbb commit f74f911Copy full SHA for f74f911
README.md
@@ -36,10 +36,18 @@ cd .\my-new-project\
36
```
37
dotnet build -t:Run -f net7.0-android
38
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
47
48
5. Hot-reload console
49
-dotnet-maui-reactor -f net7.0-android
50
+dotnet-maui-reactor -f [net7.0-android|net7.0-ios|...]
51
52
53
6. Edits to code should be hotreloaded by the application --> Enjoy!
0 commit comments