Skip to content

Instantly share code, notes, and snippets.

@Armanoide
Created January 18, 2017 08:50
Show Gist options
  • Save Armanoide/eaae1d1d1262cd7774b82ec49c8e575a to your computer and use it in GitHub Desktop.
Save Armanoide/eaae1d1d1262cd7774b82ec49c8e575a to your computer and use it in GitHub Desktop.
Alias clean Xcode caches
alias xcodeclean="rm -frd ~/Library/Developer/Xcode/DerivedData/* && rm -frd ~/Library/Caches/com.apple.dt.Xcode/*" |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment