aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2020-12-21 13:12:01 -0800
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2020-12-22 19:37:22 +0000
commitb3352bd639ba2cffd204d6e0b63bc72d34513077 (patch)
tree5fda9ea1ac65081d026c9611b022fa39f075d869 /packaging
parente017fd5a049285544071c68476242fd5a5f693f5 (diff)
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.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/macosx/Info.plist.in5
1 files 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 @@
<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>