From 24a0dc938bfd5b4bd6cc787e5b899809aa06fd2c Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Mon, 22 Jun 2009 12:44:37 +0200 Subject: [PATCH] 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. --- extras/package/macosx/Info.plist.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extras/package/macosx/Info.plist.in b/extras/package/macosx/Info.plist.in index 2edc4e72b2..6c44254f6e 100644 --- a/extras/package/macosx/Info.plist.in +++ b/extras/package/macosx/Info.plist.in @@ -1098,5 +1098,7 @@ MainMenu NSPrincipalClass VLCApplication + LSMinimumSystemVersion + 10.5.0 -- 2.39.2