[vlc-commits] macosx: enforce macOS 10.7.5 or later

Felix Paul Kühne git at videolan.org
Thu Aug 2 23:40:01 CEST 2018


vlc/vlc-3.0 | branch: master | Felix Paul Kühne <felix at feepk.net> | Thu Aug  2 23:39:32 2018 +0200| [b51a091c0679b0c0a923e659b0dbbce76214d436] | committer: Felix Paul Kühne

macosx: enforce macOS 10.7.5 or later

VLC will no longer launch on earlier 10.7.x releases due to known incompatiblities

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

 NEWS                | 1 +
 share/Info.plist.in | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index ceedd2c4e4..c53b28ae87 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,7 @@ Misc:
 
 macOS:
  * Fix delay and fps setting in subtitle dialog
+ * macOS 10.7.5 is required now. VLC will no longer launch on earlier releases.
 
 
 Changes between 3.0.2 and 3.0.3:
diff --git a/share/Info.plist.in b/share/Info.plist.in
index 8266be5e43..30847dba15 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.7.5</string>
 	<key>NSAppTransportSecurity</key>
 	<dict>
 		<key>NSAllowsArbitraryLoads</key>



More information about the vlc-commits mailing list