Kaydet (Commit) 2d0a6c9d authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

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
üst e23f48a6
...@@ -502,6 +502,30 @@ ...@@ -502,6 +502,30 @@
</array> </array>
</dict> </dict>
</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> </array>
<!-- Document type declaration for OS X < 10.4 --> <!-- Document type declaration for OS X < 10.4 -->
...@@ -1022,6 +1046,24 @@ ...@@ -1022,6 +1046,24 @@
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
<string>Editor</string> <string>Editor</string>
</dict> </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> </array>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>%EXECUTABLE</string> <string>%EXECUTABLE</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment