-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>