Fix UTI type: org.opml.opml
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user