让工程支持Carthage
2018-11-14 本文已影响13人
流年易逝_李
1.创建工程
2.添加代码
3.配置工程
1)公开文件
2)mrc设置
3)share配置
4.初始化仓库,提交代码,tag
1)git init
2)git add .
git commit -m 'init'
3)git tag '0.1.0'
1.创建工程
2.添加代码
3.配置工程
1)公开文件
2)mrc设置
3)share配置
4.初始化仓库,提交代码,tag
1)git init
2)git add .
git commit -m 'init'
3)git tag '0.1.0'