Skip to content

Instantly share code, notes, and snippets.

@josellausas
Created June 16, 2016 18:20
Show Gist options
  • Select an option

  • Save josellausas/2778f3287a175e6208508bf36a250761 to your computer and use it in GitHub Desktop.

Select an option

Save josellausas/2778f3287a175e6208508bf36a250761 to your computer and use it in GitHub Desktop.
#!/bin/sh
# kills Simulator if running, then erases all simulator data
killall "Simulator"; xcrun simctl erase all
echo "Done cleaning simulator"
@josellausas
Copy link
Author

Nice little script that resets all content & data for all ios simulators in XCode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment