mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-12-24 15:21:49 +01:00
Attempt fix ipsw verify for iOS 16 untested
This commit is contained in:
parent
6ecf338086
commit
3446eae2bd
@ -1972,10 +1972,12 @@ ipsw_verify() {
|
||||
17* ) cutver=13;;
|
||||
18* ) cutver=14;;
|
||||
19* ) cutver=15;;
|
||||
20* ) cutver=16;;
|
||||
esac
|
||||
case $device_type in
|
||||
iPad4,[123] | iPad5,[34] ) device="iPad_Air";;
|
||||
iPad2,[567] | iPad[45],* ) device="iPad_mini";;
|
||||
iPad6,[3478] ) device="iPad_Pro";;
|
||||
iPad* ) device="iPad";;
|
||||
iPho* ) device="iPhone";;
|
||||
iPod* ) device="iPod_touch";;
|
||||
|
Loading…
Reference in New Issue
Block a user