https://github.com/wcoder/maui-playground
https://github.com/wcoder/maui-playground
dotnet maui mobile playground
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wcoder/maui-playground
- Owner: wcoder
- Created: 2021-09-22T13:26:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-20T21:23:55.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T01:17:11.286Z (6 months ago)
- Topics: dotnet, maui, mobile, playground
- Language: C#
- Homepage:
- Size: 759 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```