add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

29
pages.zh/osx/xcodes.md Normal file
View File

@@ -0,0 +1,29 @@
# xcodes
> 下载、安装和管理多个 Xcode 版本。
> 另请参见:`xcodes runtimes`。
> 更多信息:<https://github.com/xcodesorg/xcodes>。
- 列出所有已安装的 Xcode 版本:
`xcodes installed`
- 列出所有可用的 Xcode 版本:
`xcodes list`
- 通过指定版本号或路径选择一个 Xcode 版本:
`xcodes select {{xcode_version|path/to/Xcode.app}}`
- 下载并安装特定的 Xcode 版本:
`xcodes install {{xcode_version}}`
- 安装最新的 Xcode 发行版并选择它:
`xcodes install --latest --select`
- 将特定的 Xcode 版本归档下载到指定目录而不安装:
`xcodes download {{xcode_version}} --directory {{path/to/directory}}`