1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-25 04:04:11 +02:00
tldr/pages.pt_BR/osx/xcodes-runtimes.md
Caio Fuzatto ab351d458c
xcodes*: add pt_BR translation (#10767)
* 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>
2023-10-01 15:25:55 -03:00

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