Releases: ios-control/ios-sim
Releases · ios-control/ios-sim
iPad Pro re-fix
- Refix #197 - ios-sim does not work for iPad-Pro for iOS 10 runtime
Fixes ios-sim does not work for iPad-Pro for iOS 10 runtime
- Fixes #197 - ios-sim does not work for iPad-Pro for iOS 10 runtime
Support for parsing non-binary plist
5.0.8 Updated version to 5.0.8
Invalid Device State fix
Use simctl 0.0.9 for "Invalid Device State" bug fix.
Fix for Xcode 7 "Simulator" executable support
5.0.5 was relying on a method that can result in "Invalid Device State" errors.
Xcode 7 "Simulator" executable support
5.0.5 Increased simctl dep to 0.0.7, incremented version to 5.0.5
Removed darwin OS requirement in package.json
- Merged PR #184 - No more requirement to be installed on OS X
showdevicetypes fix
Fix for Xcode 7 runtimes that don't have devices
Fix for Xcode 7 runtimes that don't have devices
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.
Bug fix for CLI crash
- Fixed Issue #175: devicetypeid is not defined