aboutsummaryrefslogtreecommitdiff
path: root/Map/Info.plist
diff options
context:
space:
mode:
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>