[vlc-commits] Info.plist: Require 10.7 as minimum macOS version
David Fuhrmann
git at videolan.org
Sat Jun 17 15:05:00 CEST 2017
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat Jun 17 15:02:22 2017 +0200| [d26c47707a974fe60b3fd9dee018d6294824bbe0] | committer: David Fuhrmann
Info.plist: Require 10.7 as minimum macOS version
10.6 code support was already removed with previous patches, declare
official minimum version of the application to be 10.7.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d26c47707a974fe60b3fd9dee018d6294824bbe0
---
share/Info.plist.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/Info.plist.in b/share/Info.plist.in
index 7ff0766841..1f068b4535 100644
--- a/share/Info.plist.in
+++ b/share/Info.plist.in
@@ -1501,7 +1501,7 @@
<key>LSApplicationCategoryType</key>
<string>public.app-category.video</string>
<key>LSMinimumSystemVersion</key>
- <string>10.6.0</string>
+ <string>10.7.0</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
More information about the vlc-commits
mailing list