summaryrefslogtreecommitdiff
path: root/pkg/osx/Info.plist.in
diff options
context:
space:
mode:
authorSimon Howard2014-04-26 21:15:08 -0400
committerSimon Howard2014-04-26 21:15:08 -0400
commit3aefe2f23c84f19044ed12264dba4f917d302f80 (patch)
tree686be173c2d33adea26cb2aacde7fb04a1164748 /pkg/osx/Info.plist.in
parent81b5839ab1ee28a5acd1e903ae83064bd5c80283 (diff)
downloadchocolate-doom-3aefe2f23c84f19044ed12264dba4f917d302f80.tar.gz
chocolate-doom-3aefe2f23c84f19044ed12264dba4f917d302f80.tar.bz2
chocolate-doom-3aefe2f23c84f19044ed12264dba4f917d302f80.zip
osx: Handle .hhe, .seh file extensions.
These are the equivalents of .deh for Heretic and Strife. Add these as file associations and auto-switch to the appropriate game type when opened.
Diffstat (limited to 'pkg/osx/Info.plist.in')
-rw-r--r--pkg/osx/Info.plist.in26
1 files changed, 25 insertions, 1 deletions
diff --git a/pkg/osx/Info.plist.in b/pkg/osx/Info.plist.in
index 8b8436f7..5ea4f323 100644
--- a/pkg/osx/Info.plist.in
+++ b/pkg/osx/Info.plist.in
@@ -45,7 +45,7 @@
</dict>
<dict>
<key>CFBundleTypeName</key>
- <string>Dehacked patch</string>
+ <string>Doom Dehacked patch</string>
<key>CFBundleTypeIconFile</key>
<string>wadfile.icns</string>
<key>CFBundleTypeRole</key>
@@ -55,6 +55,30 @@
<string>deh</string>
</array>
</dict>
+ <dict>
+ <key>CFBundleTypeName</key>
+ <string>Heretic HHE patch</string>
+ <key>CFBundleTypeIconFile</key>
+ <string>wadfile.icns</string>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>hhe</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeName</key>
+ <string>Strife Sehacked patch</string>
+ <key>CFBundleTypeIconFile</key>
+ <string>wadfile.icns</string>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>seh</string>
+ </array>
+ </dict>
</array>
</dict>
</plist>