Listing 5 The Info.plist contents of the Sys Admin Widget
in XML format
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" \
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AllowSystem</key>
<true/>
<key>CFBundleDisplayName</key>
<string>Sys Admin Widget</string>
<key>CFBundleIdentifier</key>
<string>personal.widget.SysAdmin</string>
<key>CFBundleName</key>
<string>Sys Admin Widget</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>CloseBoxInsetX</key>
<integer>16</integer>
<key>CloseBoxInsetY</key>
<integer>14</integer>
<key>MainHTML</key>
<string>SA.html</string>
</dict>
</plist> |