Created
July 9, 2016 18:52
-
-
Save nicnocquee/1a4234e01d91a90f371ba5114cc2c8fe to your computer and use it in GitHub Desktop.
Script to open simulator specify device and iOS
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
open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app --args -CurrentDeviceUDID `xcrun instruments -s | grep "iPhone 6s Plus (9.3)" | grep -v "Apple Watch" | cut -d "[" -f2 | cut -d "]" -f1` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment