]> git.saurik.com Git - winterboard.git/blob - WinterBoardSettings.bundle/WinterBoard.plist
Add backwards compatibility mode for Icons/SMS.png, remove English_ in not SummerBoar...
[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 = SummerBoard;
18 default = 1;
19 label = "SummerBoard Mode";
20 }, {
21 cell = PSSwitchCell;
22 key = Debug;
23 default = 0;
24 label = "Debug Logging";
25 }, {
26 cell = PSGroupCell;
27 }, {
28 cell = PSLinkCell;
29 detail = WBSThemesController;
30 icon = Themes.png;
31 label = "Select Themes";
32 }, {
33 cell = PSGroupCell;
34 }, {
35 cell = PSButtonCell;
36 action = optimizeThemes;
37 label = "Optimize Themes (v1.0)";
38 }, {
39 cell = PSGroupCell;
40 isStaticText = true;
41 }, {
42 cell = PSTitleValueCell;
43 label = "iPhone-optimize PNGs (for speed).";
44 });
45
46 title = WinterBoard;
47 }