[vlc-devel] commit: macosx plugin: Set miminum system version for the mozilla plugin as well. ( 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:46:57 2009 +0200| [7f43b9342a40189805621c02345539e42eae4c94] | committer: Derk-Jan Hartman
macosx plugin: Set miminum system version for the mozilla plugin as well.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7f43b9342a40189805621c02345539e42eae4c94
---
extras/package/macosx/plugin/Info.plist.in | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/extras/package/macosx/plugin/Info.plist.in b/extras/package/macosx/plugin/Info.plist.in
index 0fb2648..fc5ec98 100644
--- a/extras/package/macosx/plugin/Info.plist.in
+++ b/extras/package/macosx/plugin/Info.plist.in
@@ -26,5 +26,7 @@
<string>@VERSION@</string>
<key>CSResourcesFileMapped</key>
<true/>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.5.0</string>
</dict>
</plist>
More information about the vlc-devel
mailing list