Created
February 19, 2017 16:56
-
-
Save ericnograles/51497eeadd2b4dce11f2a24157872894 to your computer and use it in GitHub Desktop.
Allows you to open multiple iOS Simulators
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
#!/usr/bin/env bash | |
# The command below will fire an empty iOS simulator. You will initially get an error. | |
# To actually launch it, click on Hardware -> Device -> iOS [some version] -> [device] | |
cd /Applications/Xcode.app/Contents/Developer/Applications | |
open -n Simulator.app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment