Commit e9c11545 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* VLC.app should show its version in the Finder now

  Meeuh, one more place that needs version string updated before a release.
  might be made automated ?
parent 20891651
/* Localized versions of Info.plist keys */ /* Localized versions of Info.plist keys */
CFBundleName = "VLC"; CFBundleName = "VLC";
CFBundleShortVersionString = "VLC media player"; CFBundleShortVersionString = "0.5.1a";
CFBundleGetInfoString = "VLC 0.5.0, Copyright (c) 1996-2003 VideoLAN."; CFBundleGetInfoString = "VLC media player 0.5.1a, Copyright (c) 1996-2003 VideoLAN.";
NSHumanReadableCopyright = "Copyright (c) 1996-2003 VideoLAN."; NSHumanReadableCopyright = "Copyright (c) 1996-2003 VideoLAN.";
...@@ -343,6 +343,8 @@ ...@@ -343,6 +343,8 @@
</array> </array>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>VLC</string> <string>VLC</string>
<key>CFBundleGetInfoString</key>
<string>VLC media player 0.5.1a, Copyright (c) 1996-2003 VideoLAN.</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>vlc.icns</string> <string>vlc.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
...@@ -353,6 +355,8 @@ ...@@ -353,6 +355,8 @@
<string>VLC media player</string> <string>VLC media player</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.5.1a</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>VLC#</string> <string>VLC#</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment