tldr/pages/osx/xcodes-runtimes.md

17 lines
360 B
Markdown
Raw Normal View History

# 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}}`