diff options
Diffstat (limited to 'macosx/bundle/Info-sylpheed.plist')
| -rw-r--r-- | macosx/bundle/Info-sylpheed.plist | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/macosx/bundle/Info-sylpheed.plist b/macosx/bundle/Info-sylpheed.plist new file mode 100644 index 0000000..43e5fbf --- /dev/null +++ b/macosx/bundle/Info-sylpheed.plist | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleExecutable</key> | ||
| 8 | <string>Sylpheed</string> | ||
| 9 | <key>CFBundleGetInfoString</key> | ||
| 10 | <string>3.5.0beta1, (C) 1999-2014 Sylpheed Development Team http://sylpheed.sraoss.jp</string> | ||
| 11 | <key>CFBundleIconFile</key> | ||
| 12 | <string>sylpheed.icns</string> | ||
| 13 | <key>CFBundleIdentifier</key> | ||
| 14 | <string>jp.sraoss.sylpheed.sylpheed</string> | ||
| 15 | <key>CFBundleInfoDictionaryVersion</key> | ||
| 16 | <string>6.0</string> | ||
| 17 | <key>CFBundlePackageType</key> | ||
| 18 | <string>APPL</string> | ||
| 19 | <key>CFBundleShortVersionString</key> | ||
| 20 | <string>3.4.99</string> | ||
| 21 | <key>CFBundleSignature</key> | ||
| 22 | <string>????</string> | ||
| 23 | <key>CFBundleVersion</key> | ||
| 24 | <string>3.4.99</string> | ||
| 25 | <key>NSHumanReadableCopyright</key> | ||
| 26 | <string>Copyright 1999-2014 Sylpheed Development Team</string> | ||
| 27 | <key>LSMinimumSystemVersion</key> | ||
| 28 | <string>10.6</string> | ||
| 29 | </dict> | ||
| 30 | </plist> | ||
