INTEGRATION: CWS obr07 (1.1.2); FILE ADDED

2008/02/05 09:24:48 obr 1.1.2.3: #i85858# added extended version info and removed non-existing chart document type
2008/01/25 13:40:18 obr 1.1.2.2: only package the icons referenced in Info.plist
2008/01/25 10:46:38 obr 1.1.2.1: moved Info.plist to sysui/desktop/macosx
This commit is contained in:
Vladimir Glazounov 2008-02-12 12:30:16 +00:00
parent 8f75b35ce7
commit 5c8d7059f9

View file

@ -0,0 +1,510 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>sxw</string>
<string>sdw</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.sun.xml.writer</string>
<string>application/vnd.stardivision.writer</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>text.icns</string>
<key>CFBundleTypeName</key>
<string>${FILEFORMATNAME} ${FILEFORMATVERSION} Text</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>odt</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.oasis.opendocument.text</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>oasis-text.icns</string>
<key>CFBundleTypeName</key>
<string>OpenDocument Text</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>sxc</string>
<string>sdc</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.sun.xml.calc</string>
<string>application/vnd.stardivision.calc</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>spreadsheet.icns</string>
<key>CFBundleTypeName</key>
<string>${FILEFORMATNAME} ${FILEFORMATVERSION} Spreadsheet</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ods</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.oasis.opendocument.spreadsheet</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>oasis-spreadsheet.icns</string>
<key>CFBundleTypeName</key>
<string>OpenDocument Spreadsheet</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>sxi</string>
<string>sdd</string>
<string>sdp</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.sun.xml.impress</string>
<string>application/vnd.stardivision.impress</string>
<string>application/vnd.stardivision.impress-packed</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>presentation.icns</string>
<key>CFBundleTypeName</key>
<string>${FILEFORMATNAME} ${FILEFORMATVERSION} Presentation</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>odp</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.oasis.opendocument.presentation</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>oasis-presentation.icns</string>
<key>CFBundleTypeName</key>
<string>OpenDocument Presentation</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>sxd</string>
<string>sda</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.sun.xml.draw</string>
<string>application/vnd.stardivision.draw</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>drawing.icns</string>
<key>CFBundleTypeName</key>
<string>${FILEFORMATNAME} ${FILEFORMATVERSION} Drawing</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>odg</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.oasis.opendocument.graphics</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>oasis-drawing.icns</string>
<key>CFBundleTypeName</key>
<string>OpenDocument Drawing</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>sxg</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.sun.xml.writer.global</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>master-document.icns</string>
<key>CFBundleTypeName</key>
<string>${FILEFORMATNAME} ${FILEFORMATVERSION} Master</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>odm</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.oasis.opendocument.text-master</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>oasis-master-document.icns</string>
<key>CFBundleTypeName</key>
<string>OpenDocument Master</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>sxm</string>
<string>smf</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.sun.xml.math</string>
<string>application/vnd.stardivision.math</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>formula.icns</string>
<key>CFBundleTypeName</key>
<string>${FILEFORMATNAME} ${FILEFORMATVERSION} Formula</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>odf</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.oasis.opendocument.formula</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>oasis-formula.icns</string>
<key>CFBundleTypeName</key>
<string>OpenDocument Formula</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>stw</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.sun.xml.writer.template</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>text-template.icns</string>
<key>CFBundleTypeName</key>
<string>${FILEFORMATNAME} ${FILEFORMATVERSION} Text Template</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ott</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.oasis.opendocument.text-template</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>oasis-text-template.icns</string>
<key>CFBundleTypeName</key>
<string>OpenDocument Text Template</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>stc</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.sun.xml.calc.template</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>spreadsheet-template.icns</string>
<key>CFBundleTypeName</key>
<string>${FILEFORMATNAME} ${FILEFORMATVERSION} Spreadsheet Template</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ots</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.oasis.opendocument.spreadsheet-template</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>oasis-spreadsheet-template.icns</string>
<key>CFBundleTypeName</key>
<string>OpenDocument Spreadsheet Template</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>sti</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.sun.xml.impress.template</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>presentation-template.icns</string>
<key>CFBundleTypeName</key>
<string>${FILEFORMATNAME} ${FILEFORMATVERSION} Presentation Template</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>otp</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.oasis.opendocument.presentation-template</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>oasis-presentation-template.icns</string>
<key>CFBundleTypeName</key>
<string>OpenDocument Presentation Template</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>std</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.sun.xml.draw.template</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>drawing-template.icns</string>
<key>CFBundleTypeName</key>
<string>${FILEFORMATNAME} ${FILEFORMATVERSION} Drawing Template</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>otg</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.oasis.opendocument.graphics-template</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>oasis-drawing-template.icns</string>
<key>CFBundleTypeName</key>
<string>OpenDocument Drawing Template</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>odb</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.oasis.opendocument.database</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>oasis-database.icns</string>
<key>CFBundleTypeName</key>
<string>OpenDocument Database</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>doc</string>
<string>dot</string>
<string>rtf</string>
<string>html</string>
<string>htm</string>
<string>pdb</string>
<string>xml</string>
<string>psw</string>
<string>wpd</string>
<string>jtd</string>
<string>jtt</string>
<string>hwp</string>
<string>wps</string>
<string>dif</string>
<string>dbf</string>
<string>xls</string>
<string>xlw</string>
<string>xlt</string>
<string>slk</string>
<string>csv</string>
<string>wk1</string>
<string>wk2</string>
<string>123</string>
<string>pxl</string>
<string>ppt</string>
<string>pps</string>
<string>pot</string>
<string>cgm</string>
<string>dxf</string>
<string>emf</string>
<string>eps</string>
<string>met</string>
<string>pct</string>
<string>sgf</string>
<string>sgv</string>
<string>svm</string>
<string>wmf</string>
<string>bmp</string>
<string>gif</string>
<string>jpg</string>
<string>jpeg</string>
<string>jfif</string>
<string>jif</string>
<string>jpe</string>
<string>pbm</string>
<string>pcx</string>
<string>pgm</string>
<string>png</string>
<string>ppm</string>
<string>psd</string>
<string>ras</string>
<string>tga</string>
<string>tif</string>
<string>tiff</string>
<string>xbm</string>
<string>xpm</string>
<string>pcd</string>
<string>oth</string>
<string>mml</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>txt</string>
<string>TXT</string>
<string>text</string>
<string>*</string>
</array>
<key>CFBundleTypeName</key>
<string>TEXT</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>TEXT</string>
<string>sEXT</string>
<string>ttro</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>%EXECUTABLE</string>
<key>CFBundleGetInfoString</key>
<string>${PRODUCTNAME} ${ABOUTBOXPRODUCTVERSION} %SOURCE</string>
<key>CFBundleIconFile</key>
<string>main.icns</string>
<key>CFBundleShortVersionString</key>
<string>${ABOUTBOXPRODUCTVERSION}</string>
<key>CFBundleIdentifier</key>
<string>org.openoffice.script</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCTNAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>OOo2</string>
<key>LSRequiresCarbon</key>
<string>1</string>
<key>NSPrincipalClass</key>
<string>VCL_NSApplication</string>
</dict>
</plist>