From f78ac62ea6eb7c9fa6c6a5ecb474707531a9c669 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 11 Jul 2025 17:04:56 +0200 Subject: Add secondary foreground + file icons --- Map/Info.plist | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'Map/Info.plist') diff --git a/Map/Info.plist b/Map/Info.plist index 3ce52cd..16ae982 100644 --- a/Map/Info.plist +++ b/Map/Info.plist @@ -7,6 +7,12 @@ CFBundleDocumentTypes + LSTypeIsPackage + + CFBundleTypeName + Wardley Map + CFBundleTypeIconFile + WmapFile CFBundleTypeRole Editor LSHandlerRank @@ -33,9 +39,12 @@ public.plain-text UTTypeDescription - Wardley Map written in Map's wmap syntax + Wardley Map written in Map's wmap syntax UTTypeIcons - + + UTTypeIconFile + WmapFile + UTTypeIdentifier systems.tranquil.map.wmap UTTypeTagSpecification @@ -44,6 +53,10 @@ wmap + public.mime-type + + text/vnd.wmap + -- cgit