Skip to content

Instantly share code, notes, and snippets.

View dodyw's full-sized avatar
🎯
Focusing

Dody RW dodyw

🎯
Focusing
View GitHub Profile
@dodyw
dodyw / resetAllSimulators.sh
Created January 29, 2019 08:05 — forked from ZevEisenberg/resetAllSimulators.sh
Reset all iOS simulators with this one weird trick
osascript -e 'tell application "iOS Simulator" to quit'
osascript -e 'tell application "Simulator" to quit'
xcrun simctl erase all