Skip to content

Releases: NativeScript/ios-sim-portable

v3.4.1

22 May 13:28
a2217f6
Compare
Choose a tag to compare

Fixed

  • getRunningSimulators() hangs when no simulator is ran

v3.3.1

03 Apr 09:36
Compare
Choose a tag to compare

Fixed

  • Incorrect error is thrown when xcrun simctl is not setup correctly.
  • Node.js 9 is not verified in the engines tag.

v3.3.0

26 Feb 08:30
Compare
Choose a tag to compare

Implemented

  • Add support for multiple simulators (Xcode 9).

Fixed

  • --device is not respected in some cases when guid is passed.

v3.2.0

13 Oct 11:44
Compare
Choose a tag to compare

Implemented

  • Add support for getting device logs from iOS Simulator 11.

v3.1.3

10 Oct 11:28
Compare
Choose a tag to compare

Fixed

  • Sending SIGINT (Ctrl + C) is handled by xcrun simctl and does not break main process.

v3.1.2

08 Sep 12:46
Compare
Choose a tag to compare

Fixed

  • Application is not started every other time on Simulator of Device with OS < 10

v3.0.0

09 May 05:36
Compare
Choose a tag to compare

Breaking changes:

Public API for stoping application requires different arguments:

  • old API:
stopApplication(deviceId: string, appIdentifier: string): string;
  • new API:
stopApplication(deviceId: string, appIdentifier: string, bundleExecutable: string): string;

v2.0.1

21 Feb 11:41
Compare
Choose a tag to compare

Fixed working with iPad Pro

v1.6.2

21 Feb 11:27
Compare
Choose a tag to compare

Fix working with iPad Pro simulators

v2.0.0

21 Feb 07:10
Compare
Choose a tag to compare

Remove fibers.
Remove support for Xcode 5 and Xcode 6.
Remove most of the async operations.