carthage命令

版权声明:知识版权是属于全人类的! 欢迎评论与转载!!! https://blog.csdn.net/zhuge1127/article/details/82078108
压缩
carthage archive           
Archives built frameworks into a zip that Carthage can use

bootstrap         
Check out and build the project's dependencies

build             
Build the project's dependencies

checkout          
Check out the project's dependencies

update            
Update and rebuild the project's dependencies

提前拉取仓库(需要加上仓库地址)
carthage fetch repository            
Clones or fetches a Git repository ahead of time

help              
Display general or command-specific help

outdated          
Check for compatible updates to the project's dependencies

copy-frameworks   
In a Run Script build phase, copies each framework specified by a SCRIPT_INPUT_FILE environment variable into the built app bundle

version           
Display the current version of Carthage

猜你喜欢

转载自blog.csdn.net/zhuge1127/article/details/82078108