Skip to content

Commit 30f0197

Browse files
committed
16.7.12 -> 16.7.14
1 parent 26fffdf commit 30f0197

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

restore.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,8 +1584,8 @@ device_get_info() {
15841584
device_latest_build="19H402"
15851585
;;
15861586
iPad6,* | iPhone10,* )
1587-
device_latest_vers="16.7.12"
1588-
device_latest_build="20H364"
1587+
device_latest_vers="16.7.14"
1588+
device_latest_build="20H370"
15891589
;;
15901590
iPad7,[123456] )
15911591
device_latest_vers="17.7.10"
@@ -6136,8 +6136,7 @@ ipsw_prepare() {
61366136
4 )
61376137
if [[ $device_type == "iPod4,1" && $device_target_vers == "7."* ]]; then
61386138
ipsw_prepare_ios7touch4
6139-
elif [[ $device_type == "iPod3,1" && $device_target_vers == "6."* ]] ||
6140-
[[ $device_type == "iPad1,1" && $device_target_vers == "6."* ]]; then
6139+
elif [[ -n $device_type_special ]]; then
61416140
ipsw_prepare_ios6touch3
61426141
elif [[ $device_target_tethered == 1 ]]; then
61436142
ipsw_prepare_tethered

0 commit comments

Comments
 (0)