From e33f384329bfda002908c8691c7cd4a596837dcf Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 1 Feb 2019 04:54:39 -0800 Subject: [PATCH] Mac: Prevent OS X Mojave from trying to display BOINC Manager in Dark Mode, since BOINC does not yet support Dark Mode. --- clientgui/mac/templates/Info.plist | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/clientgui/mac/templates/Info.plist b/clientgui/mac/templates/Info.plist index b8d656d0a2..e8f152a5d6 100644 --- a/clientgui/mac/templates/Info.plist +++ b/clientgui/mac/templates/Info.plist @@ -1,5 +1,5 @@ - + CFBundleDevelopmentRegion @@ -17,6 +17,8 @@ CFBundleSignature BNC! CFBundleVersion - 7.1.0 + 7.15.0 + NSRequiresAquaSystemAppearance +