carthage】 用于Cocoa应用程序的依赖性管理工具(Mac OS X)【linux】


下载Cartfile中提到的所有依赖项的最新版本,并构建它们

carthage update

更新依赖项,但只为iOS构建

carthage update --platform ios

更新依赖项,但不构建任何依赖项

carthage update --no-build

下载并重建当前版本的依赖项(不更新它们)

carthage bootstrap

重建一个特定的依赖关系

carthage build dependency

carthage】 A dependency management tool for Cocoa applications (Mac OS X)【linux】


Download the latest version of all dependencies mentioned in Cartfile, and build them:

carthage update

Update dependencies, but only build for iOS:

carthage update --platform ios

Update dependencies, but don't build any of them:

carthage update --no-build

Download and rebuild the current version of dependencies (without updating them):

carthage bootstrap

Rebuild a specific dependency:

carthage build dependency


腾图小抄 SCWY.net v0.03 小抄561条 自2022-01-02访问369487次