Add Apple platform management CLI documentation#3283
Add Apple platform management CLI documentation#3283jfversluis wants to merge 2 commits intomainfrom
Conversation
New page documenting maui apple commands added in dotnet/maui-labs#56: - maui apple xcode list - maui apple runtime list [--platform] - maui apple simulator list/start/stop/delete Also updates: - CLI index: add Apple commands to command reference table - Environment diagnostics: mention Apple health checks - Device management: mention Apple simulators - TOC: add Apple platform management entry Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 14ba86a: ✅ Validation status: passed
For more details, please refer to the build report. |
Use Xcode 26.4, iOS 26.4, iPhone 17 Pro, iPad Air (M4), watchOS 26.4 in example output. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 1015a68: ✅ Validation status: passed
For more details, please refer to the build report. |
Summary
Documents the Apple CLI commands added in dotnet/maui-labs#56.
New page
apple-management. Xcode management, simulator runtime listing, and iOS simulator lifecycle (list, start, stop, delete). Matches the style and structure of the existingandroid-management.md.mdUpdated pages
index.mdenvironment-diagnostics.mdmaui doctorcheck listdevice-management.mdTOC.ymlCommands documented
maui apple xcode listmaui apple runtime list [--platform]maui apple simulator listmaui apple simulator start <name-or-udid>maui apple simulator stop <name-or-udid>all)maui apple simulator delete <name-or-udid>Internal previews