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,serialNumberremoved;identifier,marketingName,connectionTypeadded device.install()no longer relays app logs viaoptions.logPort— usedevice.launch()insteaddevice.detect()failures now degrade to an empty device list plus a warning issue instead of failing the entireioslib.detect()call
Full Changelog: v5.3.0...v6.0.0