Compare commits

...

3 Commits

Author SHA1 Message Date
renini 5e8bc33c60
Merge 529823c855 into fc7ea5383e 2024-03-25 10:34:26 +01:00
github-actions[bot] fc7ea5383e
Add new iOS versions and build numbers (#472)
Co-authored-by: DonnchaC <DonnchaC@users.noreply.github.com>
2024-03-21 19:06:47 +01:00
renini 529823c855 Usbmuxd debug option changed from -d to -v 2024-02-20 12:36:56 +01:00
2 changed files with 9 additions and 1 deletions

View File

@ -48,7 +48,7 @@ ideviceinfo
This should show many details on the connected iOS device. If you are connecting the device to your laptop for the first time, it will require to unlock and enter the PIN code on the mobile device. If it complains that no device is connected and the mobile device is indeed plugged in through the USB cable, you might need to do this first, although typically the pairing is automatically done when connecting the device:
```bash
sudo usbmuxd -f -d
sudo usbmuxd -f -v
idevicepair pair
```

View File

@ -984,6 +984,10 @@
"version": "16.7.6",
"build": "20H320"
},
{
"version": "16.7.7",
"build": "20H330"
},
{
"version": "17.0",
"build": "21A327"
@ -1043,5 +1047,9 @@
{
"version": "17.4",
"build": "21E219"
},
{
"version": "17.4.1",
"build": "21E236"
}
]