Created
June 16, 2016 18:20
-
-
Save josellausas/2778f3287a175e6208508bf36a250761 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # kills Simulator if running, then erases all simulator data | |
| killall "Simulator"; xcrun simctl erase all | |
| echo "Done cleaning simulator" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice little script that resets all content & data for all ios simulators in XCode