From: Dustin L. Howett Date: Thu, 6 May 2010 07:37:28 +0000 (+0000) Subject: Duplicate the PSTitleValueCell labels into the footerText properties of their associa... X-Git-Tag: v0.9.3900~20 X-Git-Url: https://git.saurik.com/winterboard.git/commitdiff_plain/559579bbf9a73b77347f3d9b6336f8c2d2b9b746 Duplicate the PSTitleValueCell labels into the footerText properties of their associated groups, and mark the old-style footers non-wildcat-only. Also, XML :P --- diff --git a/WinterBoardSettings.bundle/WinterBoard.plist b/WinterBoardSettings.bundle/WinterBoard.plist index 5ab206f..4321e9c 100644 --- a/WinterBoardSettings.bundle/WinterBoard.plist +++ b/WinterBoardSettings.bundle/WinterBoard.plist @@ -1,53 +1,161 @@ -{ - items = ({ - cell = PSSwitchCell; - key = IconHidden; - default = 0; - label = "Hide WinterBoard"; - }, { - cell = PSGroupCell; - isStaticText = true; - }, { - cell = PSTitleValueCell; - label = "WinterBoard can also be found under the normal iPhone OS Settings application."; - }, { - cell = PSGroupCell; - }, { - cell = PSSwitchCell; - key = Debug; - default = 0; - label = "Debug Logging"; - }, { - cell = PSSwitchCell; - key = SummerBoard; - default = 1; - label = "SummerBoard Mode"; - }, { - cell = PSGroupCell; - isStaticText = true; - }, { - cell = PSTitleValueCell; - label = "Most themes are ancient/slow, designed\nfor SummerBoard, not WinterBoard."; - }, { - cell = PSGroupCell; - }, { - cell = PSLinkCell; - detail = WBSThemesController; - icon = Themes.png; - label = "Select Themes"; - }, { - cell = PSGroupCell; - }, { - cell = PSButtonCell; - action = optimizeThemes; - label = "Optimize Themes (v1.0)"; - }, { - cell = PSGroupCell; - isStaticText = true; - }, { - cell = PSTitleValueCell; - label = "iPhone-optimize PNGs (for speed)."; - }); - - title = WinterBoard; -} + + + + + items + + + cell + PSGroupCell + footerText + WinterBoard can also be found under the normal iPhone OS Settings application. + + + cell + PSSwitchCell + default + + key + IconHidden + label + Hide WinterBoard + + + cell + PSGroupCell + isStaticText + true + requiredCapabilities + + + wildcat + + + + + + cell + PSTitleValueCell + label + WinterBoard can also be found under the normal iPhone OS Settings application. + requiredCapabilities + + + wildcat + + + + + + cell + PSGroupCell + footerText + Most themes are ancient/slow, designed +for SummerBoard, not WinterBoard. + + + cell + PSSwitchCell + default + + key + Debug + label + Debug Logging + + + cell + PSSwitchCell + default + + key + SummerBoard + label + SummerBoard Mode + + + cell + PSGroupCell + isStaticText + true + requiredCapabilities + + + wildcat + + + + + + cell + PSTitleValueCell + label + Most themes are ancient/slow, designed +for SummerBoard, not WinterBoard. + requiredCapabilities + + + wildcat + + + + + + cell + PSGroupCell + + + cell + PSLinkCell + detail + WBSThemesController + icon + Themes.png + label + Select Themes + + + cell + PSGroupCell + footerText + iPhone-optimize PNGs (for speed). + + + action + optimizeThemes + cell + PSButtonCell + label + Optimize Themes (v1.0) + + + cell + PSGroupCell + isStaticText + true + requiredCapabilities + + + wildcat + + + + + + cell + PSTitleValueCell + label + iPhone-optimize PNGs (for speed). + requiredCapabilities + + + wildcat + + + + + + title + WinterBoard + +