Skip to content

Instantly share code, notes, and snippets.

@joemasilotti
Last active August 13, 2018 17:17
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save joemasilotti/6886278 to your computer and use it in GitHub Desktop.
Save joemasilotti/6886278 to your computer and use it in GitHub Desktop.
Xcode Cheat Sheet

##Xcode Locations

###Xcode Provisioning Profiles:

~/Library/MobileDevice/Provisioning\ Profiles

###Xcode Font and Color Schemes:

~/Library/Developer/Xcode/UserData/FontAndColorThemes

###Xcode Plug-ins:

~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins

###Xcode Project Templates:

~/Library/Developer/Xcode/Templates/Project\ Templates/

###Xcode File Templates:

~/Library/Developer/Xcode/Templates/File\ Templates/

###Xcode Doc Sets

~/Library/Developer/Shared/Documentation/DocSets

###Reset Skipped Xcode Plugins

defaults delete com.apple.dt.xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment