RISCfuture / scribd-uploader

A fully native Cocoa Macintosh uploader app for the Scribd.com website.

This URL has Read+Write access

scribd-uploader / Info.plist
100644 49 lines (48 sloc) 1.573 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright ©2008 Scribd Inc.</string>
<key>CFBundleIdentifier</key>
<string>com.scribd.Uploader</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>ScrU</string>
<key>CFBundleIconFile</key>
<string>Icon.icns</string>
<key>CFBundleVersion</key>
<string>300</string>
<key>CFBundleShortVersionString</key>
<string>3.0</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>CFBundleHelpBookFolder</key>
<string>Scribd Uploader Help</string>
<key>CFBundleHelpBookName</key>
<string>Scribd Uploader Help</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
<key>SUFeedURL</key>
<string>http://www.scribd.com/mac_uploader_releases.rss</string>
<key>SUEnableSystemProfiling</key>
<true/>
<key>SUDocumentURL</key>
<string>http://www.scribd.com/doc/%@</string>
<key>SUMyDocsURL</key>
<string>http://www.scribd.com/my_docs</string>
<key>SUDocumentEditURL</key>
<string>http://www.scribd.com/word/document_edit_bulk?docs=%@</string>
</dict>
</plist>