]> git.saurik.com Git - winterboard.git/blob - WinterBoardSettings.bundle/WinterBoard.plist
5ab206f61adcdb472e4bda1f9d71c06adee45b2d
[winterboard.git] / WinterBoardSettings.bundle / WinterBoard.plist
1 {
2 items = ({
3 cell = PSSwitchCell;
4 key = IconHidden;
5 default = 0;
6 label = "Hide WinterBoard";
7 }, {
8 cell = PSGroupCell;
9 isStaticText = true;
10 }, {
11 cell = PSTitleValueCell;
12 label = "WinterBoard can also be found under the normal iPhone OS Settings application.";
13 }, {
14 cell = PSGroupCell;
15 }, {
16 cell = PSSwitchCell;
17 key = Debug;
18 default = 0;
19 label = "Debug Logging";
20 }, {
21 cell = PSSwitchCell;
22 key = SummerBoard;
23 default = 1;
24 label = "SummerBoard Mode";
25 }, {
26 cell = PSGroupCell;
27 isStaticText = true;
28 }, {
29 cell = PSTitleValueCell;
30 label = "Most themes are ancient/slow, designed\nfor SummerBoard, not WinterBoard.";
31 }, {
32 cell = PSGroupCell;
33 }, {
34 cell = PSLinkCell;
35 detail = WBSThemesController;
36 icon = Themes.png;
37 label = "Select Themes";
38 }, {
39 cell = PSGroupCell;
40 }, {
41 cell = PSButtonCell;
42 action = optimizeThemes;
43 label = "Optimize Themes (v1.0)";
44 }, {
45 cell = PSGroupCell;
46 isStaticText = true;
47 }, {
48 cell = PSTitleValueCell;
49 label = "iPhone-optimize PNGs (for speed).";
50 });
51
52 title = WinterBoard;
53 }