Skip to content
hufeng825 edited this page Nov 28, 2012 · 4 revisions

Welcome to the HFFrame wiki!

$ git branch -r

origin/HEAD -> origin/master

origin/example

origin/master

分支说明 master下为一个干净的工程 只包含相应的库文件 example 分支下为 各个模块库的使用例程

下载工程后 请执行 checkout example 查看使用例程

本工程支持xcode4.5+ 低版本的请自行根据编译错误 在相应文件中添加@synthesize

使用步骤 打开终端

  1. 下载代码: $ git clone https://github.com/hufeng825/HFFrame.git
  2. 到当前路径下: $ cd HFrame
  3. 查看当前分支: $ git branch
  4. 更新代码 : $ git fetch $ git pull
  5. : 查看demo: $ git checkout example
  6. : 打开工程: $ open HFFrame.xcodeproj
  7. : 切换到空白工程: $ git checkout master

如果代码有误 请发邮件 [email protected] 本人csdn博客地址为 http://blog.csdn.net/hufeng825/


Clone this wiki locally