tidev / node-ios-device

Queries connected iOS devices and installs apps
Other
122 stars 37 forks source link

Support Node.js 18 and 19 #82

Closed ewanharris closed 1 year ago

ewanharris commented 1 year ago

This adds support for Node.js 18 and 19 in the simplest way possible (i.e. without any significant build process changes or changes to the SDK or ioslib)

Breaking down each commit:

Closes #81