Commit 24a0dc93 authored by Derk-Jan Hartman's avatar 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.
parent c810ca9e
...@@ -1098,5 +1098,7 @@ ...@@ -1098,5 +1098,7 @@
<string>MainMenu</string> <string>MainMenu</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
<string>VLCApplication</string> <string>VLCApplication</string>
<key><key>LSMinimumSystemVersion</key>
<string>10.5.0</string>
</dict> </dict>
</plist> </plist>
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