ios-device-lib

Allows interaction with iOS devices.

APACHE-2.0 License

Stars
15
Committers
14

Bot releases are visible (Hide)

ios-device-lib - v0.2.2

Published by TsvetanMilanov over 7 years ago

Version 0.2.2 changes

  • Excluded DerivedData folder from the npm package.
ios-device-lib - v0.2.1

Published by TsvetanMilanov over 7 years ago

Version 0.2.1 changes:

  • Added check for the message id in the message handler
ios-device-lib - v0.2.0

Published by TsvetanMilanov over 7 years ago

Version 0.2.0 changes:

  • The communication between the C++ code and the NodeJS code is changed. Since NodeJS buffers the data from the C++ stdout and passes incomplete messages to the NodeJS childProcess.on("data") we had to "parse" the buffered data and get the complete messages from it. This problem only occurs when the C++ starts to print messages too fast on the stdout.
  • The whole print method is now locked with mutex. This was necessary because we noticed some interleaved messages when multiple threads were writing on the stdout very fast on Windows.
ios-device-lib - v0.1.0

Published by TsvetanMilanov over 7 years ago

The first version of ios-device-lib.

Related Projects