format zh translations

This commit is contained in:
Ein Verne
2019-10-18 10:33:27 +08:00
committed by Starbeamrainbowlabs
parent e90e6bdf6b
commit 7f995941ed
183 changed files with 1086 additions and 1101 deletions

View File

@@ -1,16 +1,16 @@
# carthage
> Cocoa应用程序的依赖性管理工具
> Cocoa 应用程序的依赖性管理工具
- 下载 Cartfile 中提到的所有依赖项的最新版本,并编译它们:
- 下载 Cartfile 中提到的所有依赖项的最新版本,并编译它们
`carthage update`
- 仅针对 IOS平台,升级依赖文件 :
- 仅针对 IOS 平台升级依赖文件 :
`carthage update --platform ios`
- 仅更新依赖,但不编译它们 :
- 仅更新依赖但不编译它们 :
`carthage update --no-build`