xcodes-runtimes: add new examples (#11296)

pull/23/head
Reinhart Previano Koentjoro 2023-10-27 14:28:46 +07:00 committed by GitHub
parent 9c0faf6f1c
commit 5b3e59bfbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View File

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

View File

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