Releases: NativeScript/ios-sim-portable
Releases · NativeScript/ios-sim-portable
v3.4.1
v3.3.1
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
Implemented
- Add support for multiple simulators (Xcode 9).
Fixed
--device
is not respected in some cases when guid is passed.
v3.2.0
Implemented
- Add support for getting device logs from iOS Simulator 11.
v3.1.3
Fixed
- Sending SIGINT (Ctrl + C) is handled by
xcrun simctl
and does not break main process.
v3.1.2
Fixed
- Application is not started every other time on Simulator of Device with OS < 10
v3.0.0
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
Fixed working with iPad Pro
v1.6.2
Fix working with iPad Pro simulators
v2.0.0
Remove fibers.
Remove support for Xcode 5 and Xcode 6.
Remove most of the async operations.