Skip to content

Instantly share code, notes, and snippets.

@FlorianMielke
Created March 30, 2021 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FlorianMielke/54b476631fb64b0e3854d875e292ba24 to your computer and use it in GitHub Desktop.
Save FlorianMielke/54b476631fb64b0e3854d875e292ba24 to your computer and use it in GitHub Desktop.
Small script to shutdown and erase all Xcode Simulator Testing Clones.
#!/bin/bash
xcrun simctl --set testing shutdown all
xcrun simctl --set testing erase all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment