source: trunk/PrefsPane/Panel-Info.plist @ 1046

Revision 1046, 1.3 KB checked in by speck, 9 days ago (diff)

printf %d formatting fixes.
1.5b23

  • Property svn:executable set to *
Line 
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>GlimmerBlocker</string>
9    <key>CFBundleExecutable</key>
10    <string>${EXECUTABLE_NAME}</string>
11    <key>CFBundleIconFile</key>
12    <string>tangerine.icns</string>
13    <key>CFBundleIdentifier</key>
14    <string>org.glimmerblocker.prefsPane</string>
15    <key>CFBundleInfoDictionaryVersion</key>
16    <string>6.0</string>
17    <key>CFBundleName</key>
18    <string>${PRODUCT_NAME}</string>
19    <key>CFBundlePackageType</key>
20    <string>BNDL</string>
21    <key>CFBundleSignature</key>
22    <string>ViGb</string>
23    <key>CFBundleVersion</key>
24    <string>1.5.0b23</string>
25    <key>NSMainNibFile</key>
26    <string>GlimmerPrefsPane</string>
27    <key>NSPrefPaneIconLabel</key>
28    <string>Glimmer
29Blocker</string>
30    <key>NSPrincipalClass</key>
31    <string>GlimmerBlockerPrefsPane</string>
32    <key>SUAllowsAutomaticUpdates</key>
33    <false/>
34    <key>SUExpectsDSASignature</key>
35    <true/>
36    <key>SUFeedURL</key>
37    <string>http://glimmerblocker.org/site/rss/sparkle-final.xml</string>
38    <key>SUPublicDSAKeyFile</key>
39    <string>dsa_pub.pem</string>
40    <key>SUScheduledCheckInterval</key>
41    <string>86400</string>
42</dict>
43</plist>
Note: See TracBrowser for help on using the repository browser.