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>CFBundleDisplayName</key>
8 <string>XScreenSaver</string>
9 <key>CFBundleExecutable</key>
10 <string>${EXECUTABLE_NAME}</string>
11 <key>CFBundleGetInfoString</key>
13 <key>CFBundleIconFile</key>
14 <string>SaverRunner</string>
15 <key>CFBundleIdentifier</key>
16 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
17 <key>CFBundleInfoDictionaryVersion</key>
19 <key>CFBundleLongVersionString</key>
21 <key>CFBundleName</key>
22 <string>${PRODUCT_NAME}</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>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>