commit 96fc229a12f020a3c51cca8ea1c88887200a2621
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Tue Jan 12 01:20:48 2010 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Tue Jan 12 01:20:48 2010 +0000
Add document icon file and use for file associations.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1804
---
pkg/Makefile.am | 1 +
pkg/osx/Info.plist.in | 4 ++--
pkg/osx/app-skeleton/Contents/Resources/wadfile.icns | Bin 0 -> 44092 bytes
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/pkg/Makefile.am b/pkg/Makefile.am
index 9a607ee8..b898e728 100644
--- a/pkg/Makefile.am
+++ b/pkg/Makefile.am
@@ -3,6 +3,7 @@ OSX_FILES= \
osx/app-skeleton/Contents/PkgInfo \
osx/app-skeleton/Contents/Resources/128x128.png \
osx/app-skeleton/Contents/Resources/app.icns \
+osx/app-skeleton/Contents/Resources/wadfile.icns \
osx/app-skeleton/Contents/Resources/launcher.nib/classes.nib \
osx/app-skeleton/Contents/Resources/launcher.nib/info.nib \
osx/app-skeleton/Contents/Resources/launcher.nib/keyedobjects.nib \
diff --git a/pkg/osx/Info.plist.in b/pkg/osx/Info.plist.in
index 8b19777f..8b8436f7 100644
--- a/pkg/osx/Info.plist.in
+++ b/pkg/osx/Info.plist.in
@@ -35,7 +35,7 @@
<key>CFBundleTypeName</key>
<string>Doom WAD file</string>
<key>CFBundleTypeIconFile</key>
- <string>app.icns</string>
+ <string>wadfile.icns</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeExtensions</key>
@@ -47,7 +47,7 @@
<key>CFBundleTypeName</key>
<string>Dehacked patch</string>
<key>CFBundleTypeIconFile</key>
- <string>app.icns</string>
+ <string>wadfile.icns</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeExtensions</key>
diff --git a/pkg/osx/app-skeleton/Contents/Resources/wadfile.icns b/pkg/osx/app-skeleton/Contents/Resources/wadfile.icns
new file mode 100644
index 00000000..13502a55
Binary files /dev/null and b/pkg/osx/app-skeleton/Contents/Resources/wadfile.icns differ