We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e158153 commit a50f389Copy full SHA for a50f389
restore.sh
@@ -2671,7 +2671,8 @@ ipsw_preference_set() {
2671
esac
2672
if [[ $ipsw_gasgauge_patch != 1 && $ipsw_jailbreak != 1 && $device_target_vers == "$device_latest_vers" ]]; then
2673
ipsw_nskip=
2674
- elif [[ $ipsw_gasgauge_patch == 1 ]] || [[ $platform == "macos" && $platform_arch == "arm64" ]]; then
+ elif [[ $ipsw_gasgauge_patch == 1 ]] || [[ $platform == "macos" && $platform_arch == "arm64" ]] ||
2675
+ [[ $device_proc == 5 && $target_vers_maj == 4 ]]; then
2676
ipsw_nskip=1
2677
fi
2678
0 commit comments