Skip to content

v6.0.0

Latest

Choose a tag to compare

@cb1kenobi cb1kenobi released this 09 Aug 22:07
3e99927

What's Changed

  • BREAKING CHANGE: replace node-ios-device with devicectl (CoreDevice) by @hansemannn in #261
    • Requires Xcode 15+ command line tools
    • Device info shape: deviceColor, hardwareModel, modelNumber, serialNumber removed; identifier, marketingName, connectionType added
    • device.install() no longer relays app logs via options.logPort — use device.launch() instead
    • device.detect() failures now degrade to an empty device list plus a warning issue instead of failing the entire ioslib.detect() call

Full Changelog: v5.3.0...v6.0.0