Skip to content

Instantly share code, notes, and snippets.

View gin-melodic's full-sized avatar

MelodicGin gin-melodic

  • 專門研究所
  • M78
View GitHub Profile
@ZevEisenberg
ZevEisenberg / resetAllSimulators.sh
Last active December 23, 2024 19:57
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