idevicerestore2 macOS (for #388)

for restoring 64-bit devices to latest on macos
This commit is contained in:
LukeZGD 2024-01-12 19:55:01 +08:00
parent e633b397da
commit 9a9beb9925
20 changed files with 1 additions and 5 deletions

BIN
bin/macos/idevicerestore2 Executable file

Binary file not shown.

0
resources/patch/kernelcache.release.k93.8F191.patch Executable file → Normal file
View File

0
resources/patch/kernelcache.release.k93.8G4.patch Executable file → Normal file
View File

0
resources/patch/kernelcache.release.k93.8H7.patch Executable file → Normal file
View File

0
resources/patch/kernelcache.release.k93.8J2.patch Executable file → Normal file
View File

0
resources/patch/kernelcache.release.k93.8K2.patch Executable file → Normal file
View File

0
resources/patch/kernelcache.release.k93.8L1.patch Executable file → Normal file
View File

0
resources/patch/kernelcache.release.k94.8F191.patch Executable file → Normal file
View File

0
resources/patch/kernelcache.release.k94.8G4.patch Executable file → Normal file
View File

0
resources/patch/kernelcache.release.k94.8H7.patch Executable file → Normal file
View File

0
resources/patch/kernelcache.release.k94.8J2.patch Executable file → Normal file
View File

0
resources/patch/kernelcache.release.k94.8K2.patch Executable file → Normal file
View File

0
resources/patch/kernelcache.release.k94.8L1.patch Executable file → Normal file
View File

0
resources/patch/kernelcache.release.k95.8F191.patch Executable file → Normal file
View File

0
resources/patch/kernelcache.release.k95.8G4.patch Executable file → Normal file
View File

0
resources/patch/kernelcache.release.k95.8H8.patch Executable file → Normal file
View File

0
resources/patch/kernelcache.release.k95.8J2.patch Executable file → Normal file
View File

0
resources/patch/kernelcache.release.k95.8K2.patch Executable file → Normal file
View File

0
resources/patch/kernelcache.release.k95.8L1.patch Executable file → Normal file
View File

View File

@ -4457,11 +4457,7 @@ menu_restore() {
iPhone3,[13] | iPad1,1 | iPod3,1 )
menu_items+=("powdersn0w (any iOS)");;
esac
if (( device_proc < 7 )); then
menu_items+=("Latest iOS ($device_latest_vers)")
elif [[ $platform == "linux" ]]; then
menu_items+=("Latest iOS ($device_latest_vers)")
fi
menu_items+=("Latest iOS ($device_latest_vers)")
case $device_type in
iPhone4,1 | iPhone5,[1234] | iPad2,4 | iPad3,[456] | iPod5,1 )
menu_items+=("Other (powdersn0w 7.x blobs)");;