Skip to content

Releases: NativeScript/ios-device-lib

v0.9.0

Choose a tag to compare

@rigor789 rigor789 released this 31 Mar 16:44

arm64 support

v0.7.3

Choose a tag to compare

@Fatme Fatme released this 07 Oct 11:40

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

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 28 Aug 14:49

Fixed

  • Add timeout when awaiting notification response

v0.7.0

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 23 Aug 13:01
e221d70

Implemented

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

v0.6.0

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 16 Aug 06:57

Implemented

  • Add support for iOS 13

v0.5.2

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 07 Jun 10:20

Fixed

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

v0.5.0

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 15 Jan 11:55

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

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 27 Sep 10:52

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

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 11 Jun 09:34

Fixed

  • File connections are working for a single application only.

v0.4.13

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 29 May 14:07
8ee6cbc

Fixed

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