Skip to content

Releases: ios-control/ios-sim

iPad Pro re-fix

28 Oct 21:15
Compare
Choose a tag to compare
  • 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

20 Oct 06:35
Compare
Choose a tag to compare
  • Fixes #197 - ios-sim does not work for iPad-Pro for iOS 10 runtime

Support for parsing non-binary plist

23 Mar 18:29
Compare
Choose a tag to compare
5.0.8

Updated version to 5.0.8

Invalid Device State fix

19 Mar 02:27
Compare
Choose a tag to compare

Use simctl 0.0.9 for "Invalid Device State" bug fix.

Fix for Xcode 7 "Simulator" executable support

07 Jan 21:09
Compare
Choose a tag to compare

5.0.5 was relying on a method that can result in "Invalid Device State" errors.

Xcode 7 "Simulator" executable support

07 Jan 21:08
Compare
Choose a tag to compare
5.0.5

Increased simctl dep to 0.0.7, incremented version to 5.0.5

Removed darwin OS requirement in package.json

24 Nov 00:24
Compare
Choose a tag to compare
  • Merged PR #184 - No more requirement to be installed on OS X

showdevicetypes fix

24 Nov 00:18
Compare
Choose a tag to compare
  • Merged PR #180 - Removed plist argument from install function because it isn't used and caused the devicetypeid not to be recognized
  • Merged PR #183 - ios-sim showdevicetypes does not list all targets

Fix for Xcode 7 runtimes that don't have devices

08 Oct 23:26
Compare
Choose a tag to compare

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

08 Oct 23:24
Compare
Choose a tag to compare
  • Fixed Issue #175: devicetypeid is not defined