From ac8361dae60f70a8879407631ea5d14d2b19b929 Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Sat, 20 Aug 2022 20:05:20 +0800 Subject: [PATCH] iOS 4 options on macOS (not supported) - for #206 - this is not supported! if you still want to use it anyway, you need to install libpng from homebrew before proceeding --- restore.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/restore.sh b/restore.sh index ceabee7..a388d3d 100755 --- a/restore.sh +++ b/restore.sh @@ -328,12 +328,13 @@ SelectVersion() { BuildVer="11D257" Mode="Downgrade4" return - elif [[ $platform == "linux" ]]; then + elif [[ $platform != "linux" ]]; then + Echo "* iOS 4.3.x downgrades are supported on Linux only" + Echo "* For macOS users, use cherryflowerJB instead" + fi + if [[ $platform != "win" ]]; then Selection+=("4.3.5") Selection2+=("4.3.3" "4.3") - else - Echo "* iOS 4.3.x downgrades are available on Linux only" - Echo "* For macOS users, use cherryflowerJB instead" fi Selection+=("More versions") if [[ $Mode == "Downgrade" ]]; then