[vlc-devel] commit: macosx: Set minimum OS version for the VLC application bundle ( Derk-Jan Hartman )

git version control git at videolan.org
Mon Jun 22 12:49:28 CEST 2009


vlc | branch: 1.0-bugfix | Derk-Jan Hartman <hartman at videolan.org> | Mon Jun 22 12:44:37 2009 +0200| [0eb7471cc2c09895e661d1c9c6e92b33955c6c4e] | committer: Derk-Jan Hartman 

macosx: Set minimum OS version for the VLC application bundle

This works with 10.2, 10.3 and 10.4, but 10.3 requires the code we have in VLCApplication.
(cherry picked from commit 24a0dc938bfd5b4bd6cc787e5b899809aa06fd2c)

Signed-off-by: Derk-Jan Hartman <hartman at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0eb7471cc2c09895e661d1c9c6e92b33955c6c4e
---

 extras/package/macosx/Info.plist.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/extras/package/macosx/Info.plist.in b/extras/package/macosx/Info.plist.in
index 2edc4e7..6c44254 100644
--- a/extras/package/macosx/Info.plist.in
+++ b/extras/package/macosx/Info.plist.in
@@ -1098,5 +1098,7 @@
 	<string>MainMenu</string>
 	<key>NSPrincipalClass</key>
 	<string>VLCApplication</string>
+	<key><key>LSMinimumSystemVersion</key>
+	<string>10.5.0</string>
 </dict>
 </plist>




More information about the vlc-devel mailing list