]> git.saurik.com Git - cydget.git/commitdiff
Fix settings text for <4.x.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 28 Mar 2011 15:30:23 +0000 (15:30 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 28 Mar 2011 15:30:23 +0000 (15:30 +0000)
CydgetSettings.bundle/Cydget.plist

index 028af541fa301d87ce956abe60c41474be48a910..c8b2e710e469de70fd5cf22f0fea3567b914a690 100644 (file)
@@ -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;
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+       <key>items</key>
+       <array>
+               <dict>
+                       <key>cell</key>
+                       <string>PSGroupCell</string>
+                       <key>footerText</key>
+                       <string>Remember: AwayView is the default Apple lock screen: from there you can double-click Home for the iPod control</string>
+               </dict>
+               <dict>
+                       <key>cell</key>
+                       <string>PSLinkCell</string>
+                       <key>detail</key>
+                       <string>CydgetOrderController</string>
+                       <key>icon</key>
+                       <string>LockCydgets.png</string>
+                       <key>label</key>
+                       <string>Lock Cydget Order</string>
+               </dict>
+               <dict>
+                       <key>cell</key>
+                       <string>PSGroupCell</string>
+                       <key>isStaticText</key>
+                       <string>1</string>
+                       <key>requiredCapabilities</key>
+                       <array>
+                               <dict>
+                                       <key>voip</key>
+                                        <false/>
+                                       <key>wildcat</key>
+                                        <false/>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>cell</key>
+                       <string>PSTitleValueCell</string>
+                       <key>label</key>
+                       <string>Remember: AwayView is the default Apple lock screen: from there you can double-click Home for the iPod control</string>
+                       <key>requiredCapabilities</key>
+                       <array>
+                               <dict>
+                                       <key>voip</key>
+                                        <false/>
+                                       <key>wildcat</key>
+                                        <false/>
+                               </dict>
+                       </array>
+               </dict>
+       </array>
+       <key>title</key>
+       <string>Cydget</string>
+</dict>
+</plist>