Skip to content

Instantly share code, notes, and snippets.

@hvsw
hvsw / bash_profile.sh
Created December 15, 2020 14:24
macOS developer free space
function freespace() {
# rm -rf ~/Library/Containers/com.apple.mail/Data/Library/Mail\ Downloads/
# https://stackoverflow.com/a/53199763/3724306
echo "1. Boot all the sims that I want to use"
echo "2. remove all the simulators that I don't have booted"
echo "Run: xcrun simctl list | grep -w \"Shutdown\" | grep -o \"([-A-Z0-9]*)\" | sed \'s/[\(\)]//g\\' | xargs -I uuid xcrun simctl delete uuid"
echo "Cleaning ~/Library/Caches/com.apple.dt.Xcode..."
rm -rf ~/Library/Caches/com.apple.dt.Xcode/*
@jacobbubu
jacobbubu / ioslocaleidentifiers.csv
Created February 15, 2012 14:41
iOS Locale Identifiers
mr Marathi
bs Bosnian
ee_TG Ewe (Togo)
ms Malay
kam_KE Kamba (Kenya)
mt Maltese
ha Hausa
es_HN Spanish (Honduras)
ml_IN Malayalam (India)
ro_MD Romanian (Moldova)