Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View TylerMoeller's full-sized avatar
🧑‍💻
Focusing on private repos for now!

Tyler Moeller TylerMoeller

🧑‍💻
Focusing on private repos for now!
View GitHub Profile
@TylerMoeller
TylerMoeller / resetAllSimulators.sh
Created October 19, 2018 18:11 — 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