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 b3352bd639)
This commit is contained in:
Gerald Combs 2020-12-21 21:12:01 +00:00
parent 2bf67916e5
commit ed87507e1a
1 changed files with 2 additions and 3 deletions

View File

@ -235,10 +235,9 @@
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<true/>
<!-- "true" disables dark mode support.
<!-- Force dark mode support. -->
<key>NSRequiresAquaSystemAppearance</key>
<true/>
-->
<false/>
<key>LSMinimumSystemVersion</key>
<string>@MIN_MACOS_VERSION@</string>