aboutsummaryrefslogtreecommitdiff
path: root/Map/Info.plist
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-07-11 17:04:56 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-07-11 17:04:56 +0200
commitf78ac62ea6eb7c9fa6c6a5ecb474707531a9c669 (patch)
tree9c0261f068d1734dcf894e396c3b2ddbf1910446 /Map/Info.plist
parentee5f1ff07ebf275becb47d5a9159130b2190c485 (diff)
Add secondary foreground + file icons
Diffstat (limited to 'Map/Info.plist')
-rw-r--r--Map/Info.plist17
1 files changed, 15 insertions, 2 deletions
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 @@
<key>CFBundleDocumentTypes</key>
<array>
<dict>
+ <key>LSTypeIsPackage</key>
+ <false/>
+ <key>CFBundleTypeName</key>
+ <string>Wardley Map</string>
+ <key>CFBundleTypeIconFile</key>
+ <string>WmapFile</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSHandlerRank</key>
@@ -33,9 +39,12 @@
<string>public.plain-text</string>
</array>
<key>UTTypeDescription</key>
- <string>Wardley Map written in Map's wmap syntax</string>
+ <string>Wardley Map written in Map&apos;s wmap syntax</string>
<key>UTTypeIcons</key>
- <dict/>
+ <dict>
+ <key>UTTypeIconFile</key>
+ <string>WmapFile</string>
+ </dict>
<key>UTTypeIdentifier</key>
<string>systems.tranquil.map.wmap</string>
<key>UTTypeTagSpecification</key>
@@ -44,6 +53,10 @@
<array>
<string>wmap</string>
</array>
+ <key>public.mime-type</key>
+ <array>
+ <string>text/vnd.wmap</string>
+ </array>
</dict>
</dict>
</array>