mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Create UTType.opml the correct way. Fix #4426.
This commit is contained in:
@@ -10,5 +10,5 @@ import UniformTypeIdentifiers
|
||||
|
||||
extension UTType {
|
||||
|
||||
static let opml = UTType("public.opml")!
|
||||
static let opml = UTType(filenameExtension: "opml", conformingTo: UTType.xml)!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user