Skip to content

Commit

Permalink
idevicerestore2 macOS (for #388)
Browse files Browse the repository at this point in the history
for restoring 64-bit devices to latest on macos
  • Loading branch information
LukeZGD committed Jan 12, 2024
1 parent e633b39 commit 9a9beb9
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 5 deletions.
Binary file added bin/macos/idevicerestore2
Binary file not shown.
Empty file modified resources/patch/kernelcache.release.k93.8F191.patch
100755 → 100644
Empty file.
Empty file modified resources/patch/kernelcache.release.k93.8G4.patch
100755 → 100644
Empty file.
Empty file modified resources/patch/kernelcache.release.k93.8H7.patch
100755 → 100644
Empty file.
Empty file modified resources/patch/kernelcache.release.k93.8J2.patch
100755 → 100644
Empty file.
Empty file modified resources/patch/kernelcache.release.k93.8K2.patch
100755 → 100644
Empty file.
Empty file modified resources/patch/kernelcache.release.k93.8L1.patch
100755 → 100644
Empty file.
Empty file modified resources/patch/kernelcache.release.k94.8F191.patch
100755 → 100644
Empty file.
Empty file modified resources/patch/kernelcache.release.k94.8G4.patch
100755 → 100644
Empty file.
Empty file modified resources/patch/kernelcache.release.k94.8H7.patch
100755 → 100644
Empty file.
Empty file modified resources/patch/kernelcache.release.k94.8J2.patch
100755 → 100644
Empty file.
Empty file modified resources/patch/kernelcache.release.k94.8K2.patch
100755 → 100644
Empty file.
Empty file modified resources/patch/kernelcache.release.k94.8L1.patch
100755 → 100644
Empty file.
Empty file modified resources/patch/kernelcache.release.k95.8F191.patch
100755 → 100644
Empty file.
Empty file modified resources/patch/kernelcache.release.k95.8G4.patch
100755 → 100644
Empty file.
Empty file modified resources/patch/kernelcache.release.k95.8H8.patch
100755 → 100644
Empty file.
Empty file modified resources/patch/kernelcache.release.k95.8J2.patch
100755 → 100644
Empty file.
Empty file modified resources/patch/kernelcache.release.k95.8K2.patch
100755 → 100644
Empty file.
Empty file modified resources/patch/kernelcache.release.k95.8L1.patch
100755 → 100644
Empty file.
6 changes: 1 addition & 5 deletions restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)");;
Expand Down

0 comments on commit 9a9beb9

Please sign in to comment.