Skip to content

Instantly share code, notes, and snippets.

@dodikk
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dodikk/329ab729ccb35ba26de8 to your computer and use it in GitHub Desktop.
Save dodikk/329ab729ccb35ba26de8 to your computer and use it in GitHub Desktop.
iOS simulator locations
dodikk$ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/simctl list
== Device Types ==
iPhone 4s (com.apple.CoreSimulator.SimDeviceType.iPhone-4s)
iPhone 5 (com.apple.CoreSimulator.SimDeviceType.iPhone-5)
iPhone 5s (com.apple.CoreSimulator.SimDeviceType.iPhone-5s)
iPhone 6 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-6-Plus)
iPhone 6 (com.apple.CoreSimulator.SimDeviceType.iPhone-6)
iPad 2 (com.apple.CoreSimulator.SimDeviceType.iPad-2)
iPad Retina (com.apple.CoreSimulator.SimDeviceType.iPad-Retina)
iPad Air (com.apple.CoreSimulator.SimDeviceType.iPad-Air)
Resizable iPhone (com.apple.CoreSimulator.SimDeviceType.Resizable-iPhone)
Resizable iPad (com.apple.CoreSimulator.SimDeviceType.Resizable-iPad)
== Runtimes ==
iOS 7.0 (7.0 - Unknown) (com.apple.CoreSimulator.SimRuntime.iOS-7-0) (unavailable, runtime path not found)
iOS 7.1 (7.1 - Unknown) (com.apple.CoreSimulator.SimRuntime.iOS-7-1) (unavailable, runtime path not found)
iOS 8.0 (8.0 - 12A365) (com.apple.CoreSimulator.SimRuntime.iOS-8-0)
== Devices ==
-- iOS 7.0 --
-- iOS 7.1 --
-- iOS 8.0 --
iPhone 4s (35E3CED6-C802-4FDF-ACB6-8F5FAD852465) (Booted)
iPhone 5 (A9690D6C-1B57-4688-A974-D4E7F7CBB977) (Shutdown)
iPhone 5s (463B75B2-C53A-44AE-96DF-2EA48C9FB749) (Shutdown)
iPhone 6 Plus (DEDB628E-F2C9-4A9F-A988-266602D4085B) (Shutdown)
iPhone 6 (09A1CBE4-EE17-4717-8086-D699863B6F0E) (Shutdown)
iPad 2 (2A5F7323-B881-4625-B962-CB00D51EEE75) (Shutdown)
iPad Retina (2B050448-6511-406A-BA1A-BB8F9D80B29B) (Shutdown)
iPad Air (D0A82B8B-4749-4A08-9A6C-4FBEF5032173) (Shutdown)
Resizable iPhone (6E5519C7-665E-434E-A928-43E45DA3C4FF) (Shutdown)
Resizable iPad (CCF820CA-8F09-47D2-8DF7-8D7A3F20F30D) (Shutdown)
ls "/Users/dodikk/Library/Application Support/iPhone Simulator"
5.0 6.0 7.0 7.0.3 7.1 Applications Media User var
5.1 6.1 7.0-64 7.0.3-64 7.1-64 Library Root tmp
dodikk$ ls ~/Library/Developer/CoreSimulator/Devices/
09A1CBE4-EE17-4717-8086-D699863B6F0E 463B75B2-C53A-44AE-96DF-2EA48C9FB749 D0A82B8B-4749-4A08-9A6C-4FBEF5032173
2A5F7323-B881-4625-B962-CB00D51EEE75 6E5519C7-665E-434E-A928-43E45DA3C4FF DEDB628E-F2C9-4A9F-A988-266602D4085B
2B050448-6511-406A-BA1A-BB8F9D80B29B A9690D6C-1B57-4688-A974-D4E7F7CBB977
35E3CED6-C802-4FDF-ACB6-8F5FAD852465 CCF820CA-8F09-47D2-8DF7-8D7A3F20F30D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment