ios-control / ios-sim

Command-line application launcher for the iOS Simulator
Apache License 2.0
1.5k stars 253 forks source link

Fix for Xcode 7 runtimes that don't have devices #176

Closed dpogue closed 9 years ago

dpogue commented 9 years ago

Xcode 7 includes "Resizable iPad" and "Resizable iPhone" in the list of runtimes, but they don't have corresponding device types.

ios-sim would throw an error about calling replace on undefined due to failing to look up the device type in the name_id_map.

/cc @macdonst @shazron