From 96fc229a12f020a3c51cca8ea1c88887200a2621 Mon Sep 17 00:00:00 2001
From: Simon Howard
Date: Tue, 12 Jan 2010 01:20:48 +0000
Subject: Add document icon file and use for file associations.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1804
---
pkg/osx/Info.plist.in | 4 ++--
pkg/osx/app-skeleton/Contents/Resources/wadfile.icns | Bin 0 -> 44092 bytes
2 files changed, 2 insertions(+), 2 deletions(-)
create mode 100644 pkg/osx/app-skeleton/Contents/Resources/wadfile.icns
(limited to 'pkg/osx')
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 @@
CFBundleTypeName
Doom WAD file
CFBundleTypeIconFile
- app.icns
+ wadfile.icns
CFBundleTypeRole
Viewer
CFBundleTypeExtensions
@@ -47,7 +47,7 @@
CFBundleTypeName
Dehacked patch
CFBundleTypeIconFile
- app.icns
+ wadfile.icns
CFBundleTypeRole
Viewer
CFBundleTypeExtensions
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
--
cgit v1.2.3