From ab7d3c400b2792d99c58d1585d74b07b5e3dd995 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 24 Nov 2010 15:19:41 -0800 Subject: Apple renamed gsc.wildcat to gsc.ipad: let's make certain both work. --- Library/firmware.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library') diff --git a/Library/firmware.sh b/Library/firmware.sh index 3e64e5c..53543ba 100755 --- a/Library/firmware.sh +++ b/Library/firmware.sh @@ -106,6 +106,10 @@ EOF / 0$/ d; ' | while read -r name value; do pseudo "gsc.${name}" "${value}" "virtual GraphicsServices dependency" + + if [[ ${name} == ipad ]]; then + pseudo "gsc.wildcat" "${value}" "virtual virtual GraphicsServices dependency" + fi done fi -- cgit v1.2.3