From 001c1f31736c883f504d61b834a9db6b21badcb6 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 28 Mar 2011 15:30:23 +0000 Subject: [PATCH] Fix settings text for <4.x. --- CydgetSettings.bundle/Cydget.plist | 82 +++++++++++++++++++++--------- 1 file changed, 57 insertions(+), 25 deletions(-) diff --git a/CydgetSettings.bundle/Cydget.plist b/CydgetSettings.bundle/Cydget.plist index 028af54..c8b2e71 100644 --- a/CydgetSettings.bundle/Cydget.plist +++ b/CydgetSettings.bundle/Cydget.plist @@ -1,25 +1,57 @@ -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; + + + + + 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 + + + voip + + wildcat + + + + + + cell + PSTitleValueCell + label + Remember: AwayView is the default Apple lock screen: from there you can double-click Home for the iPod control + requiredCapabilities + + + voip + + wildcat + + + + + + title + Cydget + + -- 2.45.2