Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 878 Bytes

CHANGELOG.md

File metadata and controls

53 lines (30 loc) · 878 Bytes

1.6.2

  • Support Xcode 9

1.6.1

  • Add SimCtl.warmup

1.6.0

  • Breaking change: All ! have been removed from method names
  • Support spawning processes
  • Add device.ready? method

1.5.8

  • Support taking screenshots
  • Breaking change: Remove device.disable_keyboard_helpers! Use device.settings.disable_keyboard_helpers! instead

1.5.7

  • Fix SimCtl::Runtime.latest

1.5.6

  • Fix custom device set path with spaces

1.5.5

  • Support updating the hardware keyboard setting

1.5.4

  • Support uninstall command

1.5.3

  • Support openurl command

1.5.2

  • Support custom device set path

1.5.1

  • Let SimCtl#create_device wait for the device to be created

1.5.0

  • SimCtl#devicetype throws exception if device type could not be found
  • SimCtl#runtime throws exception if runtime could not be found
  • Support installing and launching an app