Skip to content

Releases: NativeScript/ios-device-lib

v0.9.0

31 Mar 16:44
Compare
Choose a tag to compare

arm64 support

v0.7.3

07 Oct 11:40
Compare
Choose a tag to compare

Fixed

  • Fix the issues with setTimeout both on windows and macOS
  • Remove the timeout when listing the applications from connected device
  • Exclude AppleTV from reported devices

v0.7.1

28 Aug 14:49
Compare
Choose a tag to compare

Fixed

  • Add timeout when awaiting notification response

v0.7.0

23 Aug 13:01
e221d70
Compare
Choose a tag to compare

Implemented

  • Add support for working with devices connected via Wi-Fi

v0.6.0

16 Aug 06:57
Compare
Choose a tag to compare

Implemented

  • Add support for iOS 13

v0.5.2

07 Jun 10:20
Compare
Choose a tag to compare

Fixed

  • Debugging is very slow on iOS Device when using webpack to build application

v0.5.0

15 Jan 11:55
Compare
Choose a tag to compare

Implemented

  • Add support for using --debug-brk.
  • Export MessageUnpackStream class, which can be used to extract messages coming on chunks with the following format:
    • first 4 bytes contain the length of the message. Length is in Big-endian
    • next bytes contain the full message

Fixed

  • In case only part of the first 4 bytes is sent, the MessageUnpackStream fails to parse it with indefinite recursion, leading to MaximumCallStackSizeExceeded error.

v0.4.15

27 Sep 10:52
Compare
Choose a tag to compare

Fixed

  • Detach gdb socket after startApplication is called. This way in case application crashes, it will exit and it can be restarted after that.

v0.4.14

11 Jun 09:34
Compare
Choose a tag to compare

Fixed

  • File connections are working for a single application only.

v0.4.13

29 May 14:07
8ee6cbc
Compare
Choose a tag to compare

Fixed

  • TypeError: Assignment to constant variable is raised when iOS Device is disconnected during any operation (except device logs).