Fix UTI type: org.opml.opml
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/// UTI type used for opml files
|
/// 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.
|
/// 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";
|
static NSString* const versionUpdateURL = @"https://github.com/relikd/baRSS/releases.atom";
|
||||||
/// URL to help page of auxiliary application "URL Scheme Defaults"
|
/// URL to help page of auxiliary application "URL Scheme Defaults"
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
<string>Editor</string>
|
<string>Editor</string>
|
||||||
<key>LSItemContentTypes</key>
|
<key>LSItemContentTypes</key>
|
||||||
<array>
|
<array>
|
||||||
<string>org.opml</string>
|
<string>org.opml.opml</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>11510</string>
|
<string>11518</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>
|
||||||
@@ -98,7 +98,7 @@
|
|||||||
<key>UTTypeIconFile</key>
|
<key>UTTypeIconFile</key>
|
||||||
<string>opml-icon</string>
|
<string>opml-icon</string>
|
||||||
<key>UTTypeIdentifier</key>
|
<key>UTTypeIdentifier</key>
|
||||||
<string>org.opml</string>
|
<string>org.opml.opml</string>
|
||||||
<key>UTTypeReferenceURL</key>
|
<key>UTTypeReferenceURL</key>
|
||||||
<string>http://dev.opml.org/spec2.html</string>
|
<string>http://dev.opml.org/spec2.html</string>
|
||||||
<key>UTTypeTagSpecification</key>
|
<key>UTTypeTagSpecification</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user