From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / OSX / Updater.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5         <key>CFBundleDevelopmentRegion</key>
6         <string>English</string>
7         <key>CFBundleExecutable</key>
8         <string>${EXECUTABLE_NAME}</string>
9         <key>CFBundleGetInfoString</key>
10         <string>5.24</string>
11         <key>CFBundleIconFile</key>
12         <string>SaverRunner</string>
13         <key>CFBundleIdentifier</key>
14         <string>$(BUNDLE_IDENTIFIER)</string>
15         <key>CFBundleInfoDictionaryVersion</key>
16         <string>6.0</string>
17         <key>CFBundleLongVersionString</key>
18         <string>5.24</string>
19         <key>CFBundleName</key>
20         <string>${PRODUCT_NAME}</string>
21         <key>CFBundlePackageType</key>
22         <string>APPL</string>
23         <key>CFBundleShortVersionString</key>
24         <string>5.24</string>
25         <key>CFBundleSignature</key>
26         <string>????</string>
27         <key>CFBundleVersion</key>
28         <string>5.24</string>
29         <key>LSMinimumSystemVersion</key>
30         <string>${MACOSX_DEPLOYMENT_TARGET}</string>
31         <key>LSUIElement</key>
32         <true/>
33         <key>NSHumanReadableCopyright</key>
34         <string>5.24</string>
35         <key>NSMainNibFile</key>
36         <string>Updater</string>
37         <key>NSPrincipalClass</key>
38         <string>NSApplication</string>
39         <key>SUEnableSystemProfiling</key>
40         <true/>
41         <key>SUFeedURL</key>
42         <string>http://www.jwz.org/xscreensaver/updates.xml</string>
43         <key>SUPublicDSAKeyFile</key>
44         <string>sparkle_dsa_pub.pem</string>
45         <key>SUScheduledCheckInterval</key>
46         <integer>604800</integer>
47 </dict>
48 </plist>