summaryrefslogtreecommitdiff
path: root/pkg/osx/Info.plist.in
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/osx/Info.plist.in')
-rw-r--r--pkg/osx/Info.plist.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/pkg/osx/Info.plist.in b/pkg/osx/Info.plist.in
index a7a33b84..8b19777f 100644
--- a/pkg/osx/Info.plist.in
+++ b/pkg/osx/Info.plist.in
@@ -26,5 +26,35 @@
<string>NSApplication</string>
<key>NSMainNibFile</key>
<string>launcher</string>
+
+ <!-- file associations: -->
+
+ <key>CFBundleDocumentTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleTypeName</key>
+ <string>Doom WAD file</string>
+ <key>CFBundleTypeIconFile</key>
+ <string>app.icns</string>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>wad</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeName</key>
+ <string>Dehacked patch</string>
+ <key>CFBundleTypeIconFile</key>
+ <string>app.icns</string>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>deh</string>
+ </array>
+ </dict>
+ </array>
</dict>
</plist>