mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-25 04:04:11 +02:00

* translate xcodes * translate xcodes-runtimes * Update pages.pt_BR/osx/xcodes-runtimes.md Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com> * Update pages.pt_BR/osx/xcodes.md Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com> * Update xcodes-runtimes.md Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com> * Update xcodes-runtimes.md Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com> * Update xcodes-runtimes.md Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com> * Update xcodes-runtimes.md Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com> * Update xcodes-runtimes.md Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com> --------- Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
16 lines
382 B
Markdown
16 lines
382 B
Markdown
# xcodes runtimes
|
|
|
|
> Gerencia runtimes do Simulador Xcode.
|
|
> Mais informações: <https://github.com/xcodesorg/xcodes>.
|
|
|
|
- Lista todos os runtimes do Simulador disponíveis:
|
|
|
|
`xcodes runtimes --include-betas`
|
|
|
|
- Baixa um runtime do Simulador:
|
|
|
|
`xcodes runtimes download {{nome-do-runtime}}`
|
|
|
|
- Baixa e instala um runtime do Simulador:
|
|
|
|
`xcodes runtimes install {{nome-do-runtime}}`
|