xcode svn设置事项

1,安装xcode,

2, 打开xcode,顶部菜单栏上找到xcode->preferences,弹出的面板中选择Downloads选项卡,下载command line tools 和你想要运行的虚拟器,

3,把系统隐藏文件设为可见:在终端里输入

defaults write com.apple.finder AppleShowAllFiles YES

隐藏就是

defaults write com.apple.finder AppleShowAllFiles NO

4,安装svn

找到系统目录下.subversion/config更改global-ignores,把不需要提交到svn上的文件都屏蔽掉。

global-ignores = *.o *.lo *.la *.al *.xcuserdatad .libs *.so *.so.[0-9]* *.pyc *.pyo *.rej *~ #*# .#* .*.swp .DS_Store

 

posted @ 2013-04-03 15:32  居家懒人  阅读(214)  评论(0编辑  收藏  举报