From: Jay Freeman (saurik) Date: Wed, 24 Nov 2010 23:19:41 +0000 (-0800) Subject: Apple renamed gsc.wildcat to gsc.ipad: let's make certain both work. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/35d7388c2b891f5387050517aed2ba62b0671ec0 Apple renamed gsc.wildcat to gsc.ipad: let's make certain both work. --- diff --git a/Library/firmware.sh b/Library/firmware.sh index 3e64e5c2..53543ba9 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