summaryrefslogtreecommitdiff
path: root/Library
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-20 16:02:29 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-20 16:02:29 -0700
commite967efd5e9745242298f8792cb7d47dca141bfbf (patch)
tree60915ce2b3ed202cc11e2db3baa5d79dfd2dcbee /Library
parent2d46d29e56fa4e58003787c67953937099fe249c (diff)
Expose ramifications of kCFCoreFoundationVersionNumber.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/firmware.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/firmware.sh b/Library/firmware.sh
index 4f41bfd..ac1381d 100755
--- a/Library/firmware.sh
+++ b/Library/firmware.sh
@@ -130,6 +130,8 @@ EOF
pseudo "cy+kernel.$(lower <<<$(sysctl -n kern.ostype))" "$(sysctl -n kern.osrelease)" "virtual kernel dependency"
+ pseudo "cy+lib.corefoundation" "$(/usr/libexec/cydia/cfversion)" "virtual corefoundation dependency"
+
} >"${status}"_
mv -f "${status}"{_,}
@@ -139,5 +141,5 @@ if [[ ${cpu} == arm ]]; then
cp -afT /User /var/mobile
fi && rm -rf /User && ln -s "/var/mobile" /User
- echo 4 >/var/lib/cydia/firmware.ver
+ echo 5 >/var/lib/cydia/firmware.ver
fi