Skip to content

Commit

Permalink
Disable multipatch for 9.x betas for now
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeZGD committed Jul 4, 2024
1 parent 8654535 commit dfb6938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3571,7 +3571,7 @@ ipsw_prepare_multipatch() {
case $device_target_vers in
7* ) vers="7.1.2"; build="11D257";;
8* ) vers="8.4.1"; build="12H321";;
9* ) vers="9.3.5"; build="13G36";;
9* ) return;;
esac
fi
saved_path="../saved/$device_type/$build"
Expand Down

0 comments on commit dfb6938

Please sign in to comment.