mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-11 11:35:24 +02:00
17 lines
360 B
Markdown
17 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}}`
|