Created
January 13, 2016 01:44
-
-
Save rnewman/3b498b8ad586893279b2 to your computer and use it in GitHub Desktop.
Making Xcode faster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* If you use SourceTree, command line Git, etc: | |
* Preferences > Source Control > uncheck Enable Source Control. | |
* This will also stop Xcode from screwing up your `git rebase` calls by taking the lock file! | |
* Hide the sidebars. | |
* Disable live issues. | |
* Preferences > General > Show live issues. | |
* Turn off compiler warnings for subprojects (e.g., deprecation warnings for Breakpad). | |
* Sidebar: click "Breakpad.xcodeproj". Build Settings > search for "Deprecated Functions", set the middle two columns to "No". |
RAM disk didn't make a noticeable difference.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm experimenting with http://lightyearsoftware.com/2012/08/use-a-ram-disk-for-deriveddata/