Created
October 13, 2015 07:27
-
-
Save huguesbr/a41dee283c2d7a5b4c2a to your computer and use it in GitHub Desktop.
Delete all iOS Simulator
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
xcrun simctl list devices | grep -v '^[-=]' | cut -d "(" -f2 | cut -d ")" -f1 | xargs -I {} xcrun simctl delete "{}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment