1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-11 21:35:41 +02:00
tldr/pages/osx/xcodes-runtimes.md
marc bfca57ffee
xcodes, xcodes-runtimes: add page (#10718)
* xcodes, xcodes-runtimes: add page

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-15 14:40:01 +05:30

16 lines
360 B
Markdown

# xcodes runtimes
> Manage Xcode Simulator runtimes.
> More information: <https://github.com/xcodesorg/xcodes>.
- Display all available Simulator runtimes:
`xcodes runtimes --include-betas`
- Download a Simulator runtime:
`xcodes runtimes download {{runtime-name}}`
- Download and install a Simulator runtime:
`xcodes runtimes install {{runtime-name}}`