diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-11 12:06:04 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-11 12:06:04 +0200 |
| commit | 0cc8ac9cc39ce3a1bcc9ea88345d18f17a46cb2a (patch) | |
| tree | 97b0f4e6a38040e73412a0981c43c29b473abcd9 /Map/Data/MapDocument.swift | |
| parent | 8c74a32ef5aade1960b056950e52f2f3273db8c7 (diff) | |
Add QuickLook plugin
Diffstat (limited to 'Map/Data/MapDocument.swift')
| -rw-r--r-- | Map/Data/MapDocument.swift | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Map/Data/MapDocument.swift b/Map/Data/MapDocument.swift index b9ed33f..3c19ca1 100644 --- a/Map/Data/MapDocument.swift +++ b/Map/Data/MapDocument.swift @@ -15,12 +15,6 @@ import SwiftUI import UniformTypeIdentifiers -extension UTType { - static var wmap: UTType { - UTType(importedAs: "systems.tranquil.map.wmap") - } -} - struct MapDocument: FileDocument { var text: String |