From: Jay Freeman (saurik) Date: Mon, 25 Oct 2010 10:21:14 +0000 (+0000) Subject: Added a reminder regarding iPod controls. X-Git-Tag: v0.9.4000~30 X-Git-Url: https://git.saurik.com/cydget.git/commitdiff_plain/75e37de7386c4daf8131141fd9225073aecd7c4d Added a reminder regarding iPod controls. --- diff --git a/CydgetSettings.bundle/Cydget.plist b/CydgetSettings.bundle/Cydget.plist index 9fb3ceb..028af54 100644 --- a/CydgetSettings.bundle/Cydget.plist +++ b/CydgetSettings.bundle/Cydget.plist @@ -1,10 +1,25 @@ items = ({ cell = PSGroupCell; + footerText = "Remember: AwayView is the default Apple lock screen: from there you can double-click Home for the iPod control"; }, { cell = PSLinkCell; detail = CydgetOrderController; icon = LockCydgets.png; label = "Lock Cydget Order"; +}, { + cell = PSGroupCell; + isStaticText = 1; + requiredCapabilities = ({ + wildcat = 0; + voip = 0; + }); +}, { + cell = PSTitleValueCell; + label = "AwayView is the Apple default screen: you can use it to access the iPod controls"; + requiredCapabilities = ({ + wildcat = 0; + voip = 0; + }); }); title = Cydget;