mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-27 10:24:16 +01:00
Fix macOS install IPA showing unsupported
This commit is contained in:
parent
2de5884b74
commit
f8f156113a
18
restore.sh
18
restore.sh
@ -6202,22 +6202,20 @@ menu_ipa() {
|
||||
if [[ $1 == "Install"* ]]; then
|
||||
print "* Make sure that AppSync Unified (iOS 5+) is installed on your device."
|
||||
else
|
||||
print "* Sideload IPA is for iOS 9 and newer only."
|
||||
print "* Sideloading will require an Apple ID."
|
||||
print "* Sideload IPA is for iOS 9 and newer only. Sideloading will require an Apple ID."
|
||||
print "* Your Apple ID and password will only be sent to Apple servers."
|
||||
print "* Make sure that the device is activated and connected to the Internet."
|
||||
print "* There is also the option to use Dadoum Sideloader: https://github.com/Dadoum/Sideloader"
|
||||
print "* If you have AppSync installed, go to App Management -> Install IPA (AppSync) instead."
|
||||
if [[ $platform == "macos" ]]; then
|
||||
menu_items=()
|
||||
echo
|
||||
warn "\"Sideload IPA\" is currently not supported on macOS."
|
||||
print "* Use Sideloadly or AltServer instead for now."
|
||||
print "* You also might be looking for the \"Install IPA (AppSync)\" option instead."
|
||||
pause
|
||||
back=1
|
||||
fi
|
||||
fi
|
||||
if [[ $platform == "macos" ]]; then
|
||||
echo
|
||||
warn "Sideload IPA is currently not supported on macOS."
|
||||
print "* Use Sideloadly or AltServer instead for now."
|
||||
pause
|
||||
back=1
|
||||
fi
|
||||
echo
|
||||
if [[ -n $ipa_path ]]; then
|
||||
print "* Selected IPA: $ipa_path"
|
||||
|
Loading…
Reference in New Issue
Block a user