UTI type according to Wikipedia 3rd party UTIs list

This commit is contained in:
relikd
2019-08-21 16:23:00 +02:00
parent 95115aa0a6
commit 1c174cc31e

View File

@@ -11,7 +11,7 @@
<array> <array>
<dict> <dict>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>org.opml</string> <string>org.opml.opml</string>
<key>LSHandlerRank</key> <key>LSHandlerRank</key>
<string>Default</string> <string>Default</string>
</dict> </dict>
@@ -23,7 +23,7 @@
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>opml-icon</string> <string>opml-icon</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>OPML file</string> <string>OPML document</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
<string>Editor</string> <string>Editor</string>
<key>LSItemContentTypes</key> <key>LSItemContentTypes</key>
@@ -70,7 +70,7 @@
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>11518</string> <string>11519</string>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.news</string> <string>public.app-category.news</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
@@ -94,7 +94,7 @@
<string>public.xml</string> <string>public.xml</string>
</array> </array>
<key>UTTypeDescription</key> <key>UTTypeDescription</key>
<string>OPML file</string> <string>OPML document</string>
<key>UTTypeIconFile</key> <key>UTTypeIconFile</key>
<string>opml-icon</string> <string>opml-icon</string>
<key>UTTypeIdentifier</key> <key>UTTypeIdentifier</key>
@@ -103,8 +103,6 @@
<string>http://dev.opml.org/spec2.html</string> <string>http://dev.opml.org/spec2.html</string>
<key>UTTypeTagSpecification</key> <key>UTTypeTagSpecification</key>
<dict> <dict>
<key>com.apple.ostype</key>
<array/>
<key>public.filename-extension</key> <key>public.filename-extension</key>
<array> <array>
<string>opml</string> <string>opml</string>
@@ -112,6 +110,8 @@
<key>public.mime-type</key> <key>public.mime-type</key>
<array> <array>
<string>text/xml</string> <string>text/xml</string>
<string>text/x-opml</string>
<string>application/xml</string>
</array> </array>
</dict> </dict>
</dict> </dict>