Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

34
osx/xcodes Normal file
View File

@@ -0,0 +1,34 @@
---
syntax: markdown
tags: [tldr, osx]
source: https://github.com/tldr-pages/tldr.git
---
# xcodes
> Download, install and manage multiple Xcode versions.
> See also: `xcodes runtimes`.
> More information: <https://github.com/xcodesorg/xcodes>.
- List all installed Xcode versions:
`xcodes installed`
- List all available Xcode versions:
`xcodes list`
- Select an Xcode version by specifying a version number or a path:
`xcodes select {{xcode_version|path/to/Xcode.app}}`
- Download and install a specific Xcode version:
`xcodes install {{xcode_version}}`
- Install the latest Xcode release and select it:
`xcodes install --latest --select`
- Download a specific Xcode version archive to a given directory without installing it:
`xcodes download {{xcode_version}} --directory {{path/to/directory}}`