norman784 / libimobiledevice-node

A cross-platform software protocol library and tools to communicate with iOS® devices natively.
MIT License
25 stars 8 forks source link

Support udid and debug options in pair method #33

Closed didix21 closed 3 years ago

didix21 commented 3 years ago

Currently pair method can only pair with the first device that is plugged in to the computer, in order to solve this pair method must accept a new parameter udid.

Moreover, pair doesn't support debug mode. So the debug parameter must be pair, too.