summaryrefslogtreecommitdiffstats
path: root/TOOLS/osxbundle/mpv.app
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-08-29 21:26:15 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-09-01 12:24:53 +0200
commit303096bcb2b5f52ea51d5d7ddb738689b08a0a2f (patch)
tree8a5bf2b2fe1d312b682281e53cade4808266044d /TOOLS/osxbundle/mpv.app
parent4d62b90f88aaed64775fdf6f0866e5ee5b3f9328 (diff)
downloadmpv-303096bcb2b5f52ea51d5d7ddb738689b08a0a2f.tar.bz2
mpv-303096bcb2b5f52ea51d5d7ddb738689b08a0a2f.tar.xz
change application icon
I would like to thank Chris Ward (@tenzerothree, http://tenzerothree.com/) for working on the art for these icons and bringing some eye candy to the project. The PSDs made by Chris are available on our Dropbox [1], along with the exports I made to create OSX and Windows icons. The PSDs are almost completly vector and all the resolutions look really similar, except the 16px favicon which was handcrafted to look better and more recognizeable on the smaller pixel budget. For Mac OS X the icons were created using iconutils on the PNGs iconsets exported from the PSDs. These even support retina resolutions (except 512@2x). For Windows the .ico file was created with imagemagick. The included images are 16px, 24px, 32px, 48px 64px, 256px. These are the resolutions listed on MSDN for supporting Windows XP [2] and Windows versions based on Aero [3]. Only 32bit PNGs were used since it is 2013. For Linux nothing changed yet, even though @wm4 talked about using the PNGs directly there. This will probably be dealt with in a later commit. [1]: https://www.dropbox.com/sh/yelfoj9tbft7o06/A8vOT6JKaG [2]: http://msdn.microsoft.com/en-us/library/ms997636.aspx [3]: http://msdn.microsoft.com/en-us/library/aa511280.aspx
Diffstat (limited to 'TOOLS/osxbundle/mpv.app')
-rw-r--r--TOOLS/osxbundle/mpv.app/Contents/Info.plist6
-rw-r--r--TOOLS/osxbundle/mpv.app/Contents/Resources/audio.icnsbin64076 -> 0 bytes
-rw-r--r--TOOLS/osxbundle/mpv.app/Contents/Resources/document.icnsbin0 -> 311266 bytes
-rw-r--r--TOOLS/osxbundle/mpv.app/Contents/Resources/icon.icnsbin142486 -> 742954 bytes
-rw-r--r--TOOLS/osxbundle/mpv.app/Contents/Resources/movie.icnsbin157126 -> 0 bytes
-rw-r--r--TOOLS/osxbundle/mpv.app/Contents/Resources/subtitles.icnsbin63323 -> 0 bytes
6 files changed, 3 insertions, 3 deletions
diff --git a/TOOLS/osxbundle/mpv.app/Contents/Info.plist b/TOOLS/osxbundle/mpv.app/Contents/Info.plist
index d19c83564e..4661981803 100644
--- a/TOOLS/osxbundle/mpv.app/Contents/Info.plist
+++ b/TOOLS/osxbundle/mpv.app/Contents/Info.plist
@@ -35,7 +35,7 @@
<string>wma</string>
</array>
<key>CFBundleTypeIconFile</key>
- <string>audio.icns</string>
+ <string>document.icns</string>
<key>CFBundleTypeName</key>
<string>Audio file</string>
<key>CFBundleTypeRole</key>
@@ -122,7 +122,7 @@
<string>wmv</string>
</array>
<key>CFBundleTypeIconFile</key>
- <string>movie.icns</string>
+ <string>document.icns</string>
<key>CFBundleTypeName</key>
<string>Movie file</string>
<key>CFBundleTypeRole</key>
@@ -157,7 +157,7 @@
<string>utf</string>
</array>
<key>CFBundleTypeIconFile</key>
- <string>subtitles.icns</string>
+ <string>document.icns</string>
<key>CFBundleTypeName</key>
<string>Subtitles file</string>
<key>CFBundleTypeRole</key>
diff --git a/TOOLS/osxbundle/mpv.app/Contents/Resources/audio.icns b/TOOLS/osxbundle/mpv.app/Contents/Resources/audio.icns
deleted file mode 100644
index 239b9bab12..0000000000
--- a/TOOLS/osxbundle/mpv.app/Contents/Resources/audio.icns
+++ /dev/null
Binary files differ
diff --git a/TOOLS/osxbundle/mpv.app/Contents/Resources/document.icns b/TOOLS/osxbundle/mpv.app/Contents/Resources/document.icns
new file mode 100644
index 0000000000..d6162960b2
--- /dev/null
+++ b/TOOLS/osxbundle/mpv.app/Contents/Resources/document.icns
Binary files differ
diff --git a/TOOLS/osxbundle/mpv.app/Contents/Resources/icon.icns b/TOOLS/osxbundle/mpv.app/Contents/Resources/icon.icns
index eb056f5a15..035a934582 100644
--- a/TOOLS/osxbundle/mpv.app/Contents/Resources/icon.icns
+++ b/TOOLS/osxbundle/mpv.app/Contents/Resources/icon.icns
Binary files differ
diff --git a/TOOLS/osxbundle/mpv.app/Contents/Resources/movie.icns b/TOOLS/osxbundle/mpv.app/Contents/Resources/movie.icns
deleted file mode 100644
index 8c495894a4..0000000000
--- a/TOOLS/osxbundle/mpv.app/Contents/Resources/movie.icns
+++ /dev/null
Binary files differ
diff --git a/TOOLS/osxbundle/mpv.app/Contents/Resources/subtitles.icns b/TOOLS/osxbundle/mpv.app/Contents/Resources/subtitles.icns
deleted file mode 100644
index f4c7270691..0000000000
--- a/TOOLS/osxbundle/mpv.app/Contents/Resources/subtitles.icns
+++ /dev/null
Binary files differ