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

View File

@@ -1,24 +1,24 @@
# carthage
# Carthage
> Cocoa 应用程序的依赖管理工具。
> 更多信息:<https://github.com/Carthage/Carthage>.
> 一个用于Cocoa应用程序的依赖管理工具。
> 更多信息:<https://github.com/Carthage/Carthage>
- 下载 Cartfile 中提到的所有依赖的最新版本,并编译它们:
- 下载Cartfile中提到的所有依赖的最新版本构建它们:
`carthage update`
- 仅针对 IOS 平台,升级依赖文件
- 更新依赖但仅为iOS构建
`carthage update --platform ios`
- 更新依赖,但不编译它们
- 更新依赖,但不构建任何依赖
`carthage update --no-build`
- 下载并重新生成依赖项的当前版本(不更新它们):
- 下载并重当前版本的依赖(不更新它们):
`carthage bootstrap`
-新编译特定依赖
-特定依赖:
`carthage build {{依赖包}}`
`carthage build {{dependency}}`