]> git.saurik.com Git - winterboard.git/blob - WinterBoardSettings.bundle/WinterBoard.plist
Add a setting to hide the WinterBoard icon.
[winterboard.git] / WinterBoardSettings.bundle / WinterBoard.plist
1 {
2 items = ({
3 cell = PSSwitchCell;
4 key = IconHidden;
5 label = "Hide Application";
6 }, {
7 cell = PSGroupCell;
8 isStaticText = true;
9 }, {
10 cell = PSTitleValueCell;
11 label = "WinterBoard can also be found under the normal iPhone OS Settings application.";
12 }, {
13 cell = PSGroupCell;
14 }, {
15 cell = PSLinkCell;
16 detail = WBSThemesController;
17 icon = Themes.png;
18 label = Themes;
19 });
20
21 title = WinterBoard;
22 }