Fix UTI type: org.opml.opml

This commit is contained in:
relikd
2019-08-21 16:31:25 +02:00
parent 0a21931e51
commit 04076facc7

View File

@@ -11,7 +11,7 @@
<string>QLGenerator</string>
<key>LSItemContentTypes</key>
<array>
<string>org.opml</string>
<string>org.opml.opml</string>
<string>dyn.ah62d4rv4ge8086drru</string>
</array>
</dict>
@@ -25,7 +25,7 @@
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<string>1.2</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFPlugInDynamicRegisterFunction</key>
@@ -66,9 +66,9 @@
<string>public.xml</string>
</array>
<key>UTTypeDescription</key>
<string>OPML file</string>
<string>OPML document</string>
<key>UTTypeIdentifier</key>
<string>org.opml</string>
<string>org.opml.opml</string>
<key>UTTypeReferenceURL</key>
<string>http://dev.opml.org/spec2.html</string>
<key>UTTypeTagSpecification</key>
@@ -77,6 +77,12 @@
<array>
<string>opml</string>
</array>
<key>public.mime-type</key>
<array>
<string>text/xml</string>
<string>text/x-opml</string>
<string>application/xml</string>
</array>
</dict>
</dict>
</array>