add new chinese translations
This commit is contained in:
@@ -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}}`
|
Reference in New Issue
Block a user