mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-02-18 17:36:23 +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
|
if [[ $1 == "Install"* ]]; then
|
||||||
print "* Make sure that AppSync Unified (iOS 5+) is installed on your device."
|
print "* Make sure that AppSync Unified (iOS 5+) is installed on your device."
|
||||||
else
|
else
|
||||||
print "* Sideload IPA is for iOS 9 and newer only."
|
print "* Sideload IPA is for iOS 9 and newer only. Sideloading will require an Apple ID."
|
||||||
print "* Sideloading will require an Apple ID."
|
|
||||||
print "* Your Apple ID and password will only be sent to Apple servers."
|
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 "* 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 "* 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
|
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
|
||||||
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
|
echo
|
||||||
if [[ -n $ipa_path ]]; then
|
if [[ -n $ipa_path ]]; then
|
||||||
print "* Selected IPA: $ipa_path"
|
print "* Selected IPA: $ipa_path"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user