Commit 1e01e4f1 authored by Vineet Choudhary's avatar Vineet Choudhary 🙏🏻

Add new file

parents
#
# clean.sh
#
# Created by Vineet Choudhary on 04/02/2018.
#
set +x
echo "Clearing Trash..."
sudo rm -rf ~/.Trash/*
echo "Removing Xcode DrivedData..."
sudo rm -rf ~/Library/Developer/Xcode/DerivedData
echo "Clearing Xcode Caches..."
sudo rm -frd ~/Library/Caches/com.apple.dt.Xcode/*
echo "Removing Unavailable Simulator..."
sudo xcrun simctl delete unavailable
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment