Update limd macos to fix 32-bit device restoring on 10.11 el cap

hopefully this doesnt break things on other macs
This commit is contained in:
LukeeGD 2025-02-03 15:55:50 +08:00
parent b8b6fe63d3
commit 6cad4c1144
16 changed files with 0 additions and 6 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -7375,12 +7375,6 @@ menu_restore() {
fi
echo
fi
if [[ $mac_cocoa == 1 && $device_use_bb != 0 ]]; then
warn "Restoring devices is mostly broken for A5(X) and newer devices on 10.11 El Capitan, so it has been disabled."
print "* To proceed, use macOS 10.12 Sierra or newer."
pause
break
fi
input "Select an option:"
select_option "${menu_items[@]}"
selected="${menu_items[$?]}"