]> git.sesse.net Git - vlc/commitdiff
fix MacOS X icon
authorColin Delacroix <colin@videolan.org>
Tue, 17 Apr 2001 15:17:58 +0000 (15:17 +0000)
committerColin Delacroix <colin@videolan.org>
Tue, 17 Apr 2001 15:17:58 +0000 (15:17 +0000)
ChangeLog
extras/MacOSX_app/Contents/Info.plist

index 244de0892d15e7e904d8551352ab5c27110951a8..84eadd465257ec2de2ea814025b6d5e82d92c937 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
 
 HEAD
 
+  * MacOS X icon is now correctly added to the app 
   * Fixed a compilation issue in the DVDioctl driver.
   * Added a call to ranlib after a built-in module compilation.
 
index 5da31119ba8281cbc2dbdefff6065ed611b8ca79..883edb7f4fe8bdbae119ae33ab67db06fc9d582d 100644 (file)
@@ -6,6 +6,8 @@
        <string>English</string>
        <key>CFBundleExecutable</key>
        <string>vlc</string>
+        <key>CFBundleIconFile</key>
+        <string>vlc.icns</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundlePackageType</key>