Add import UTI type for OPML. Issue #1443

This commit is contained in:
Maurice Parker 2020-01-10 16:53:57 -07:00
parent 9a3763f57a
commit 566aae9498
1 changed files with 22 additions and 0 deletions

View File

@ -142,5 +142,27 @@
</dict>
</dict>
</array>
<key>UTImportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.xml</string>
</array>
<key>UTTypeDescription</key>
<string>OPML</string>
<key>UTTypeIconFiles</key>
<array/>
<key>UTTypeIdentifier</key>
<string>org.opml.opml</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>opml</string>
</array>
</dict>
</dict>
</array>
</dict>
</plist>