Skip to content

Instantly share code, notes, and snippets.

View memanoj's full-sized avatar

Manoj Bhardwaj memanoj

  • Dharamshala Himachal Pradesh
View GitHub Profile
@memanoj
memanoj / apple.sh
Created November 14, 2023 03:25 — forked from 50percentgrey/apple.sh
Delete-Clean Unnecessary files / Apple / Xcode
#!/bin/bash
# Delete Archived Applications
rm -r ~/Library/Developer/Xcode/Archives/*/
# Delete Devired Data
rm -r ~/Library/Developer/Xcode/DerivedData/*/
# Delete Apple cached files
rm -r ~/Library/Developer/CoreSimulator/Caches/dyld/*/*/