We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0261e commit 4541609Copy full SHA for 4541609
restore.sh
@@ -5748,7 +5748,7 @@ restore_futurerestore() {
5748
#local fr_latest="$(cat commits | $jq -r '.[0].sha')"
5749
local fr_latest="45d0267ee24854d8bb9f5dbef29c3226af0d48db"
5750
local fr_branch="main"
5751
- if (( target_vers_maj >= 16 )) || [[ $restore_usedev == 1 || $device_proc == 11 ]]; then
+ if (( target_vers_maj >= 16 )) || [[ $restore_usedev == 1 || $device_type == "iPhone10,"* ]]; then
5752
fr_latest="c473a1748559b4673e0c43fa73cfa4421857be12"
5753
fr_branch="dev"
5754
fi
0 commit comments