mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
[macOS] Updates Import/Export of OPML
- Created OPML UTType - Added OPML as an importable UTI type - `allowedFileTypes` replaced with `allowed ContentTypes` - Moved UTType extension to single shared file - Build flags updated
This commit is contained in:
@@ -75,7 +75,7 @@ import Account
|
||||
func exportOPML(account: Account) {
|
||||
|
||||
let panel = NSSavePanel()
|
||||
panel.allowedFileTypes = ["opml"]
|
||||
panel.allowedContentTypes = [.xml]
|
||||
panel.allowsOtherFileTypes = false
|
||||
panel.prompt = NSLocalizedString("panel.prompt.export-opml", comment: "Export OPML")
|
||||
panel.title = NSLocalizedString("panel.title.export-opml", comment: "Export OPML")
|
||||
|
||||
Reference in New Issue
Block a user