Skip to content

Commit 76d1470

Browse files
committed
update README.md
1 parent 944095a commit 76d1470

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11

22
### Coding_iOS客户端项目介绍
33
*编译环境:Xcode-Version 6.1 (6A1052d)*
4-
5-
代码托管|在线讨论|任务管理|冒泡社交|项目文档
6-
------------ | ------------- | ------------| ------------| ------------
7-
![图片1][1]|![图片2][2]|![图片3][3]|![图片4][4]|![图片5][5]
8-
94
#### 让项目跑起来先
10-
(注:由于用到了submodule,所以必需要把git仓库下载到本地,而不是只点击‘下载’按钮下载zip文件)
5+
(注:[想下载代码就直接可以运行的请戳这里](https://coding.net/u/ease/p/Coding_iOS/git)
6+
7+
由于用到了 submodule,所以必需要把 git 仓库 clone 到本地,而不是只点击‘下载’按钮下载 zip 文件。
118
1. 把文件`Coding_iOS-Prefix.pch.example`复制一份,重命名成`Coding_iOS-Prefix.pch`
129
2. 配置pod相关。进到`Podfile`文件所在的目录,执行`pod install` or `pod update`命令。
1310
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`
1411
4. 完成上述步骤之后,请打开文件`Coding_iOS.xcworkspace`,而不是`Coding_iOS.xcodeproj`!!!
12+
13+
14+
代码托管|在线讨论|任务管理|冒泡社交|项目文档
15+
------------ | ------------- | ------------| ------------| ------------
16+
![图片1][1]|![图片2][2]|![图片3][3]|![图片4][4]|![图片5][5]
17+
18+
1519

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

0 commit comments

Comments
 (0)