Skip to content

Instantly share code, notes, and snippets.

@cfr
Last active August 29, 2015 14:19
Show Gist options
  • Select an option

  • Save cfr/1c5801cca6acdb574f1d to your computer and use it in GitHub Desktop.

Select an option

Save cfr/1c5801cca6acdb574f1d to your computer and use it in GitHub Desktop.
#!/bin/sh
rm -rf ~/Library/Developer/Xcode/DerivedData/*
if ! [ -z "$1" ]; then
sudo rm -rf /Library/Developer/CoreSimulator/
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment