[vlc-commits] macosx: enable dark mode on Mojave even if compiled against an older SDK
    Felix Paul Kühne 
    git at videolan.org
       
    Mon Sep 24 15:45:05 CEST 2018
    
    
  
vlc | branch: master | Felix Paul Kühne <felix at feepk.net> | Mon Sep 24 15:43:52 2018 +0200| [4e44bc66c97845603ed613fe79976bfb93bb0dce] | committer: Felix Paul Kühne
macosx: enable dark mode on Mojave even if compiled against an older SDK
When compiling against the 10.14 SDK, it would be enabled automatically. This flag allows us to continue using earlier SDKs while retaining support for it.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4e44bc66c97845603ed613fe79976bfb93bb0dce
---
 share/Info.plist.in | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/share/Info.plist.in b/share/Info.plist.in
index 305f9de7a1..875a69c630 100644
--- a/share/Info.plist.in
+++ b/share/Info.plist.in
@@ -6,6 +6,8 @@
 	<string>English</string>
 	<key>CFBundleAllowMixedLocalizations</key>
 	<true/>
+	<key>NSRequiresAquaSystemAppearance</key>
+	<false/>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 		<dict>
    
    
More information about the vlc-commits
mailing list