From http://www.jwz.org/xscreensaver/xscreensaver-5.37.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>CFBundleDisplayName</key>
8         <string>XScreenSaver</string>
9         <key>CFBundleExecutable</key>
10         <string>${EXECUTABLE_NAME}</string>
11         <key>CFBundleGetInfoString</key>
12         <string>5.37</string>
13         <key>CFBundleIconFile</key>
14         <string>SaverRunner</string>
15         <key>CFBundleIdentifier</key>
16         <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
17         <key>CFBundleInfoDictionaryVersion</key>
18         <string>6.0</string>
19         <key>CFBundleLongVersionString</key>
20         <string>5.37</string>
21         <key>CFBundleName</key>
22         <string>${PRODUCT_NAME}</string>
23         <key>CFBundlePackageType</key>
24         <string>APPL</string>
25         <key>CFBundleShortVersionString</key>
26         <string>5.37</string>
27         <key>CFBundleSignature</key>
28         <string>????</string>
29         <key>CFBundleVersion</key>
30         <string>5.37</string>
31         <key>LSMinimumSystemVersion</key>
32         <string>${MACOSX_DEPLOYMENT_TARGET}</string>
33         <key>LSUIElement</key>
34         <true/>
35         <key>NSHumanReadableCopyright</key>
36         <string>5.37</string>
37         <key>NSMainNibFile</key>
38         <string>Updater</string>
39         <key>NSPrincipalClass</key>
40         <string>NSApplication</string>
41         <key>SUEnableSystemProfiling</key>
42         <true/>
43         <key>SUFeedURL</key>
44         <string>https://www.jwz.org/xscreensaver/updates.xml</string>
45         <key>SUPublicDSAKeyFile</key>
46         <string>sparkle_dsa_pub.pem</string>
47         <key>SUScheduledCheckInterval</key>
48         <integer>604800</integer>
49 </dict>
50 </plist>