Disable & Enable xcode Indexing

无奈,笔记本内存有限,在浏览一些大的工程时,需要

禁用 xcode 的索引服务:defaults write com.apple.dt.XCode IDEIndexDisable 1

如果需要再次打开则:defaults write com.apple.dt.XCode IDEIndexDisable 0

posted @ 2013-01-05 20:45  Proteas  阅读(356)  评论(0编辑  收藏  举报