Skip to content

Instantly share code, notes, and snippets.

@jottenlips
Last active September 16, 2019 16:15
Show Gist options
  • Save jottenlips/888734e31771a95b0871a711e8341b08 to your computer and use it in GitHub Desktop.
Save jottenlips/888734e31771a95b0871a711e8341b08 to your computer and use it in GitHub Desktop.
Alias for deleting archives and derived data.
alias cleanxcode="rm -r ~/Library/Developer/Xcode/DerivedData && rm -r ~/Library/Developer/Xcode/Archives && echo 'xcode cleaned'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment