From ed87507e1a3629335f5cc5042f2cf88889ab4eeb Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 21 Dec 2020 21:12:01 +0000 Subject: [PATCH] macOS: Force dark mode support. We initially disabled dark mode support in Info.plist when we didn't support it very well, and later passively enabled it depending on our SDK version. Go ahead and force it on since we officially support dark mode. Closes #17098. (cherry picked from commit b3352bd639ba2cffd204d6e0b63bc72d34513077) --- packaging/macosx/Info.plist.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packaging/macosx/Info.plist.in b/packaging/macosx/Info.plist.in index 39250415ff..cf0ca448e8 100644 --- a/packaging/macosx/Info.plist.in +++ b/packaging/macosx/Info.plist.in @@ -235,10 +235,9 @@ NSApplication NSHighResolutionCapable - NSRequiresAquaSystemAppearance - - --> + LSMinimumSystemVersion @MIN_MACOS_VERSION@