Last active
November 21, 2016 22:22
-
-
Save portellaa/23fe99f9122bf8e2a7a1efcafb3e6d1f to your computer and use it in GitHub Desktop.
Remove all simulators from xcode devices list
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 | egrep -o '([A-F0-9]+-){4}[A-F0-9]+' | xargs -I 📱 xcrun simctl delete 📱 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment