summaryrefslogtreecommitdiff
path: root/sysui/desktop
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-05-15 08:09:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-05-15 08:09:20 +0000
commit2d0a6c9d459e940e6fdda07de61d08b0f672a405 (patch)
tree8c94b2e9953be10fffc5667c694ef4ba18f4b6a8 /sysui/desktop
parente23f48a67b0e2f4e24ea8a051415a1b2eaeb317a (diff)
INTEGRATION: CWS oxtsysint01 (1.3.4); FILE MERGED
2008/04/28 07:22:25 obr 1.3.4.1: #i85856# add oxt to list of supported file types
Diffstat (limited to 'sysui/desktop')
-rw-r--r--sysui/desktop/macosx/Info.plist42
1 files changed, 42 insertions, 0 deletions
diff --git a/sysui/desktop/macosx/Info.plist b/sysui/desktop/macosx/Info.plist
index e039d8a1223f..4219db3d24f9 100644
--- a/sysui/desktop/macosx/Info.plist
+++ b/sysui/desktop/macosx/Info.plist
@@ -502,6 +502,30 @@
</array>
</dict>
</dict>
+
+ <!-- Extensions -->
+ <dict>
+ <key>UTTypeIdentifier</key>
+ <string>org.openoffice.extension</string>
+ <key>UTTypeDescription</key>
+ <string>${PRODUCTNAME} Extension</string>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>public.data</string>
+ <string>public.content</string>
+ </array>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>oxt</string>
+ </array>
+ <key>public.mime-type</key>
+ <array>
+ <string>application/vnd.openofficeorg.extension</string>
+ </array>
+ </dict>
+ </dict>
</array>
<!-- Document type declaration for OS X < 10.4 -->
@@ -1022,6 +1046,24 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>oxt</string>
+ </array>
+ <key>CFBundleTypeMIMETypes</key>
+ <array>
+ <string>application/vnd.openofficeorg.extension</string>
+ </array>
+ <key>CFBundleTypeIconFile</key>
+ <string>extension.icns</string>
+ <key>CFBundleTypeName</key>
+ <string>${PRODUCTNAME} Extension</string>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
+ <key>LSIsAppleDefaultForType</key>
+ <true/>
+ </dict>
</array>
<key>CFBundleExecutable</key>
<string>%EXECUTABLE</string>