Skip to content

Xcode 9 support

Compare
Choose a tag to compare
@rotemmiz rotemmiz released this 27 Sep 20:07
· 3861 commits to master since this release

Features

iOS

  • #292 - Removed dependency on fbsimctl. Instead, Detox now uses xcrun simctl to control simulators and applesimutils for special features. This also enables Xcode 9 support - @DanielZlotin

Android

  • #295, #96 - Support for full Android Emulator control, boot/shutdown are synchronized with Detox @rotemmiz

Bug Fixes

  • Android - Set Timer lookahead threshold to 15ms. @simonracz