Skip to content

Instantly share code, notes, and snippets.

@rnewman
Created January 13, 2016 01:44
Show Gist options
  • Save rnewman/3b498b8ad586893279b2 to your computer and use it in GitHub Desktop.
Save rnewman/3b498b8ad586893279b2 to your computer and use it in GitHub Desktop.
Making Xcode faster
* 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".
@rnewman
Copy link
Author

rnewman commented Jan 13, 2016

@rnewman
Copy link
Author

rnewman commented Jan 27, 2016

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