1,原文摘自:http://blog.csdn.net/linhanmin/article/details/6907286

 1.新建Three20文件夹

2.用Terminal进入到新建的文件夹

3.运行指令下载three20

git clone https://github.com/facebook/three20.git

4.在下载的时候在Three20文件下新建一个Three20Demo的项目

5.下载完three20后,运行指令即可在新建项目里添加three20

python three20/src/scripts/ttmodule.py -p ThreeDemo/ThreeDemo.xcodeproj Three20 --xcode-version=4

 

工程的目录为:iphone 如何通过指令来添加three20 

 执行命令时的语句应该是: python three20/src/scripts/ttmodule.py -p ./vstsupervise.xcodeproj Three20 --xcode-version=4  

相关文章:

  • 2021-08-06
  • 2022-12-23
  • 2021-07-17
  • 2022-01-17
  • 2021-09-16
  • 2021-07-30
  • 2021-12-03
猜你喜欢
  • 2022-01-29
  • 2021-12-29
  • 2021-09-01
  • 2022-03-02
  • 2021-08-28
  • 2022-01-28
  • 2021-10-20
相关资源
相似解决方案