Skip to content

wcoder/maui-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAUI Playground

iOS

Available simulators:

xcrun simctl list

Run iOS project:

dotnet build -t:Run -f net6.0-ios -p:_DeviceName=:v2:udid=<SIMULATOR_UUID>

where <SIMULATOR_UUID> looks like 53767AF1-xxxx-xxxx-982E-DE9D702B526C.

Run on iPhone 11:

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks