What this script does:
- remove all you local Xcode simulators
- create a minimal opinionated mix of iPhone/iPad/iOS sizes and versions
To run this script directly from GitHub, just run:
\curl -fsSL "https://raw.githubusercontent.com/nfgrilo/reset_simulators/master/reset_simulators.sh" | \bash
- List all your simulators:
xcrun simctl list devices - List all available runtimes:
xcrun simctl list runtimes - List all available device types:
xcrun simctl list devicetypes
PS: adjusted from https://github.com/jerolimov/reset_simulators
