An open API service indexing awesome lists of open source software.

https://github.com/wcoder/maui-playground


https://github.com/wcoder/maui-playground

dotnet maui mobile playground

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          


MAUI Playground

## iOS

Available simulators:
```cs
xcrun simctl list
```

Run iOS project:
```sh
dotnet build -t:Run -f net6.0-ios -p:_DeviceName=:v2:udid=
```
where `` looks like `53767AF1-xxxx-xxxx-982E-DE9D702B526C`.

Run on iPhone 11:
```cs
dotnet build -t:Run -f net6.0-ios -p:_DeviceName=:v2:udid=$(xcrun simctl getenv "iPhone 11" SIMULATOR_UDID)
```