From a74ecb220481232ad0861384f5aca6f5ac98103d Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Thu, 14 Sep 2023 16:22:25 +0800 Subject: [PATCH] Update restore.sh --- restore.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/restore.sh b/restore.sh index 6eccaa2..d841918 100755 --- a/restore.sh +++ b/restore.sh @@ -1450,6 +1450,7 @@ patch_ibss() { case $device_type in iPad1,1 | iPod3,1 ) build_id="9B206";; iPhone2,1 | iPod4,1 ) build_id="10B500";; + iPhone3,[123] ) build_id="11D257";; * ) build_id="12H321";; esac if [[ -n $device_ramdisk_build ]]; then @@ -1474,6 +1475,7 @@ patch_ibec() { case $device_type in iPad1,1 | iPod3,1 ) build_id="9B206";; iPhone2,1 | iPod4,1 ) build_id="10B500";; + iPhone3,[123] ) build_id="11D257";; * ) build_id="12H321";; esac if [[ -n $device_ramdisk_build ]]; then