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
This commit is contained in:
LukeZGD 2022-08-20 20:05:20 +08:00
parent 094a798de5
commit ac8361dae6

View File

@ -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