mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
xcodes-runtimes: add new examples (#11296)
This commit is contained in:
parent
9c0faf6f1c
commit
5b3e59bfbb
2 changed files with 24 additions and 0 deletions
|
@ -14,3 +14,15 @@
|
|||
- Unduh dan pasang sebuah runtime Simulator:
|
||||
|
||||
`xcodes runtimes install {{nama_runtime}}`
|
||||
|
||||
- Unduh/pasang runtime Simulator untuk iOS/watchOS/tvOS/visionOS versi spesifik (nama harus ditulis sebagai case-sensitive):
|
||||
|
||||
`xcodes runtimes {{download|install}} "{{iOS|watchOS|tvOS|visionOS}} {{versi_runtime}}"`
|
||||
|
||||
- Atur lokasi penyimpanan arsip runtime yang akan diunduh (nilai default: `~/Downloads`):
|
||||
|
||||
`xcodes runtimes {{download|install}} {{runtime_name}} --directory {{path/to/directory}}`
|
||||
|
||||
- Jangan hapus arsip runtime Simulator setelah pemasangan selesai:
|
||||
|
||||
`xcodes runtimes install {{runtime_name}} --keep-archive`
|
||||
|
|
|
@ -14,3 +14,15 @@
|
|||
- Download and install a Simulator runtime:
|
||||
|
||||
`xcodes runtimes install {{runtime_name}}`
|
||||
|
||||
- Download/install a Simulator runtime for specific iOS/watchOS/tvOS/visionOS version (must be written as case-sensitive):
|
||||
|
||||
`xcodes runtimes {{download|install}} "{{iOS|watchOS|tvOS|visionOS}} {{runtime_version}}"`
|
||||
|
||||
- Set a specific location where the runtime archive will be first downloaded (defaults to `~/Downloads`):
|
||||
|
||||
`xcodes runtimes {{download|install}} {{runtime_name}} --directory {{path/to/directory}}`
|
||||
|
||||
- Do not delete the downloaded archive when the Simulator is successfully installed:
|
||||
|
||||
`xcodes runtimes install {{runtime_name}} --keep-archive`
|
||||
|
|
Loading…
Add table
Reference in a new issue