version=$(sw_vers -productVersion)
cpu=$(uname -p)
-if [[ ${cpu} == arm ]]; then
+if [[ ${cpu} == arm || ${cpu} == arm64 ]]; then
data=/var/lib/dpkg
model=hw.machine
arch=iphoneos-arm
fi
# }}}
- if [[ ${cpu} == arm ]]; then
+ if [[ ${cpu} == arm || ${cpu} == arm64 ]]; then
pseudo "firmware" "${version}" "almost impressive Apple frameworks" "iOS Firmware"
while [[ 1 ]]; do
esac; done
fi
- if [[ ${cpu} == arm ]]; then
+ if [[ ${cpu} == arm || ${cpu} == arm64 ]]; then
os=ios
else
os=macosx
mv -f "${status}"{_,}
-if [[ ${cpu} == arm ]]; then
+if [[ ${cpu} == arm || ${cpu} == arm64 ]]; then
if [[ ! -h /User && -d /User ]]; then
cp -afT /User /var/mobile
fi && rm -rf /User && ln -s "/var/mobile" /User