Created
January 18, 2017 08:50
-
-
Save Armanoide/eaae1d1d1262cd7774b82ec49c8e575a to your computer and use it in GitHub Desktop.
Alias clean Xcode caches
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
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