MACOSX: Opt in for dark theme

macOS 10.14 introduced a dark theme in addition to the nornal
aqua theme. Applications compiled with the 10.14 SDK or above
are automatically opt in for both, but applications compiled
with an older SDK are not and still use the aqua theme even
when the system is set to use the dark theme. Those applications
need to explicitely opt in to use the dark theme.

This fixes bug #11305: Dark Mode is not supported
This commit is contained in:
Thierry Crozat 2020-01-09 22:24:41 +00:00 committed by Bastien Bouclet
parent 837c9f9099
commit 78108b26cd
2 changed files with 4 additions and 0 deletions

View File

@ -56,5 +56,7 @@
<string>https://www.residualvm.org/appcasts/macosx/release.xml</string>
<key>NSDockTilePlugIn</key>
<string>residualvm.docktileplugin</string>
<key>NSRequiresAquaSystemAppearance</key>
<false/>
</dict>
</plist>

View File

@ -56,5 +56,7 @@
<string>https://www.residualvm.org/appcasts/macosx/release.xml</string>
<key>NSDockTilePlugIn</key>
<string>residualvm.docktileplugin</string>
<key>NSRequiresAquaSystemAppearance</key>
<false/>
</dict>
</plist>