xcode svn设置事项

mac2022-06-30  20

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

 

转载于:https://www.cnblogs.com/JD85/archive/2013/04/03/2998033.html

相关资源:JAVA上百实例源码以及开源项目
最新回复(0)