mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
Fix select iOS version issue A7 (fixes #179)
This commit is contained in:
parent
3c6a500ad7
commit
0518314aac
10
restore.sh
10
restore.sh
@ -285,14 +285,14 @@ Main() {
|
||||
}
|
||||
|
||||
SelectVersion() {
|
||||
if [[ $Mode == "Downgrade"* ]]; then
|
||||
:
|
||||
elif [[ $Mode == "kDFU" || $Mode == *"4" ]]; then
|
||||
return
|
||||
elif [[ $ProductType == "iPad4"* || $ProductType == "iPhone6"* ]]; then
|
||||
if [[ $DeviceProc == 7 ]]; then
|
||||
OSVer="10.3.3"
|
||||
BuildVer="14G60"
|
||||
return
|
||||
elif [[ $Mode == "Downgrade"* ]]; then
|
||||
:
|
||||
elif [[ $Mode == "kDFU" || $Mode == *"4" ]]; then
|
||||
return
|
||||
fi
|
||||
|
||||
if [[ $ProductType == "iPhone5,3" || $ProductType == "iPhone5,4" || $ProductType == "iPhone3"* ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user