[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:48:34 CEST 2009


vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Mon Jun 22 12:44:37 2009 +0200| [24a0dc938bfd5b4bd6cc787e5b899809aa06fd2c] | 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.

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

 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