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">
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleExecutable</key>
8 <string>${EXECUTABLE_NAME}</string>
9 <key>CFBundleGetInfoString</key>
11 <key>CFBundleIconFile</key>
12 <string>SaverRunner</string>
13 <key>CFBundleIdentifier</key>
14 <string>$(BUNDLE_IDENTIFIER)</string>
15 <key>CFBundleInfoDictionaryVersion</key>
17 <key>CFBundleLongVersionString</key>
19 <key>CFBundleName</key>
20 <string>${PRODUCT_NAME}</string>
21 <key>CFBundleDisplayName</key>
22 <string>XScreenSaver</string>
23 <key>CFBundlePackageType</key>
25 <key>CFBundleShortVersionString</key>
27 <key>CFBundleSignature</key>
29 <key>CFBundleVersion</key>
31 <key>LSMinimumSystemVersion</key>
32 <string>${MACOSX_DEPLOYMENT_TARGET}</string>
33 <key>LSUIElement</key>
35 <key>NSHumanReadableCopyright</key>
37 <key>NSMainNibFile</key>
38 <string>Updater</string>
39 <key>NSPrincipalClass</key>
40 <string>NSApplication</string>
41 <key>SUEnableSystemProfiling</key>
44 <string>http://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>