1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/osx/xcodes-runtimes.md
2023-10-13 12:33:16 +07:00

360 B

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