Skip to content

Commit faab78a

Browse files
committed
update README.md
1 parent ee5d82e commit faab78a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
1. 把文件`Coding_iOS-Prefix.pch.example`复制一份,重命名成`Coding_iOS-Prefix.pch`
88
2. 配置pod相关。进到`Podfile`文件所在的目录,执行`pod install` or `pod update`命令。
99
3. 由于项目代码管理用到了[submodule](http://git-scm.com/book/be/v2/Git-Tools-Submodules)[中文参考阅读](http://www.kafeitu.me/git/2012/03/27/git-submodule.html)) ,所以还需要定位到路径`Coding_iOS/Resources/`然后执行代码:`git submodule init; git submodule update`
10+
4. 完成上述步骤之后,请打开文件`Coding_iOS.xcworkspace`,而不是`Coding_iOS.xcodeproj`!!!
1011

1112
####下面介绍一下文件的大概目录先:
1213
.

0 commit comments

Comments
 (0)