File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments