ios-sim-portable

A Node.js command-line utility to launch an iOS application bundle (.app) in the Xcode iOS Simulator

APACHE-2.0 License

Stars
10
Committers
22

Bot releases are visible (Hide)

ios-sim-portable - v3.3.1

Published by rosen-vladimirov over 6 years ago

Fixed

  • Incorrect error is thrown when xcrun simctl is not setup correctly.
  • Node.js 9 is not verified in the engines tag.
ios-sim-portable - v3.3.0

Published by rosen-vladimirov over 6 years ago

Implemented

  • Add support for multiple simulators (Xcode 9).

Fixed

  • --device is not respected in some cases when guid is passed.
ios-sim-portable - v3.2.0

Published by rosen-vladimirov about 7 years ago

Implemented

  • Add support for getting device logs from iOS Simulator 11.
ios-sim-portable - v3.1.3

Published by rosen-vladimirov about 7 years ago

Fixed

  • Sending SIGINT (Ctrl + C) is handled by xcrun simctl and does not break main process.
ios-sim-portable - v3.1.2

Published by rosen-vladimirov about 7 years ago

Fixed

  • Application is not started every other time on Simulator of Device with OS < 10
ios-sim-portable - v3.0.0

Published by rosen-vladimirov over 7 years ago

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;
ios-sim-portable - v2.0.1

Published by rosen-vladimirov over 7 years ago

Fixed working with iPad Pro

ios-sim-portable - v1.6.2

Published by rosen-vladimirov over 7 years ago

Fix working with iPad Pro simulators

ios-sim-portable - v2.0.0

Published by rosen-vladimirov over 7 years ago

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

ios-sim-portable - v1.6.1

Published by rosen-vladimirov over 7 years ago

ios-sim-portable - v1.6.0

Published by rosen-vladimirov over 7 years ago

ios-sim-portable - v1.5.0

Published by rosen-vladimirov about 8 years ago

New API for getting device log child process

ios-sim-portable - v1.3.0

Published by rosen-vladimirov about 8 years ago

Add support for Node.js 6.5

ios-sim-portable - v1.0.9-proton

Published by Mitko-Kerezov over 8 years ago

Use NodObjC and fibers dependencies from proton tags.
This adds support for iojs 2.x and 3.x

ios-sim-portable - v1.0.9

Published by rosen-vladimirov about 9 years ago

Prerelease, tagged from vladimirov/iojs-support branch.