mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-30 11:54:18 +01:00
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:
parent
094a798de5
commit
ac8361dae6
@ -328,12 +328,13 @@ SelectVersion() {
|
|||||||
BuildVer="11D257"
|
BuildVer="11D257"
|
||||||
Mode="Downgrade4"
|
Mode="Downgrade4"
|
||||||
return
|
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")
|
Selection+=("4.3.5")
|
||||||
Selection2+=("4.3.3" "4.3")
|
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
|
fi
|
||||||
Selection+=("More versions")
|
Selection+=("More versions")
|
||||||
if [[ $Mode == "Downgrade" ]]; then
|
if [[ $Mode == "Downgrade" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user