Fix UTI type: org.opml.opml

This commit is contained in:
relikd
2019-08-21 13:55:19 +02:00
parent 466e12ba5f
commit 95115aa0a6
2 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@
/// UTI type used for opml files
static NSPasteboardType const UTI_OPML = @"org.opml";
static NSPasteboardType const UTI_OPML = @"org.opml.opml";
/// URL with newest baRSS releases. Automatically added when user starts baRSS for the first time.
static NSString* const versionUpdateURL = @"https://github.com/relikd/baRSS/releases.atom";
/// URL to help page of auxiliary application "URL Scheme Defaults"

View File

@@ -28,7 +28,7 @@
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>org.opml</string>
<string>org.opml.opml</string>
</array>
</dict>
</array>
@@ -70,7 +70,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>11510</string>
<string>11518</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.news</string>
<key>LSMinimumSystemVersion</key>
@@ -98,7 +98,7 @@
<key>UTTypeIconFile</key>
<string>opml-icon</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>