From 95115aa0a6895ce6c96297b9dfabf0809c171956 Mon Sep 17 00:00:00 2001 From: relikd Date: Wed, 21 Aug 2019 13:55:19 +0200 Subject: [PATCH] Fix UTI type: org.opml.opml --- baRSS/Constants.h | 2 +- baRSS/Info.plist | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/baRSS/Constants.h b/baRSS/Constants.h index 24bd08d..9b78f69 100644 --- a/baRSS/Constants.h +++ b/baRSS/Constants.h @@ -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" diff --git a/baRSS/Info.plist b/baRSS/Info.plist index 7cda347..47de20d 100644 --- a/baRSS/Info.plist +++ b/baRSS/Info.plist @@ -28,7 +28,7 @@ Editor LSItemContentTypes - org.opml + org.opml.opml @@ -70,7 +70,7 @@ CFBundleVersion - 11510 + 11518 LSApplicationCategoryType public.app-category.news LSMinimumSystemVersion @@ -98,7 +98,7 @@ UTTypeIconFile opml-icon UTTypeIdentifier - org.opml + org.opml.opml UTTypeReferenceURL http://dev.opml.org/spec2.html UTTypeTagSpecification