Skip to content

Instantly share code, notes, and snippets.

@ericnograles
Created February 19, 2017 16:56
Show Gist options
  • Save ericnograles/51497eeadd2b4dce11f2a24157872894 to your computer and use it in GitHub Desktop.
Save ericnograles/51497eeadd2b4dce11f2a24157872894 to your computer and use it in GitHub Desktop.
Allows you to open multiple iOS Simulators
#!/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