Can we Connected Multiple device
abhi0901 opened this issue · 4 comments
abhi0901 commented
Can we pass UUID while performing actions, so that we can access it mobiledevice on multiple devices
RuudPuts commented
This is being worked on as we speak! No eta yet, sorry.
imkira commented
@ntabhi Sorry for the wait.
What you want is already available in the multiple-devices
branch ( https://github.com/imkira/mobiledevice/tree/feature/multiple-devices )
Me and @RuudPuts are reviewing the code and once we're finished we will merge this into the master branch.
imkira commented
@ntabhi I just released version 2 of mobiledevice (master branch) adding support for multiple devices.
You basically now have a -u <udid>
to execute a command on a specific device.
Anyway, there are many changes to the command line, so please read the README before using.