[vlc-commits] macosx: Require macOS 10.10

Marvin Scholz git at videolan.org
Thu Nov 30 03:14:43 CET 2017


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Thu Nov 30 03:13:32 2017 +0100| [9f33899d19735a003809f7dc4ad124ec00463594] | committer: Marvin Scholz

macosx: Require macOS 10.10

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

 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 53d6c46f65..103400c4bf 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.7.0</string>
+	<string>10.10.0</string>
 	<key>NSAppTransportSecurity</key>
 	<dict>
 		<key>NSAllowsArbitraryLoads</key>



More information about the vlc-commits mailing list