Created
January 20, 2016 14:10
-
-
Save pdcgomes/cb96e0e9f0705226cb19 to your computer and use it in GitHub Desktop.
Remove all device simulator for a given SDK
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 --json | jq '.devices | ."iOS 8.4"' | grep '.udid' | awk '{print $2}' | sed s/\"//g | xargs -I {} xcrun simctl delete {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment