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"