Created
December 10, 2019 20:11
-
-
Save paulz/1f49ee4378892b12d8c01928aa7a0d92 to your computer and use it in GitHub Desktop.
Bash aliases for Xcode developer
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
| # Xcode Dervide Data clear | |
| alias xdd='rm -rf /tmp/DerivedData' | |
| # WorkSpace open | |
| alias ws='find . -name *.xcworkspace -exec open {} \;' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment