aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Crozat2020-01-09 22:24:41 +0000
committerThierry Crozat2020-01-09 22:24:41 +0000
commit485e8bee17230ed8e17a27eaf148a3330f305a6f (patch)
tree6cb16f2a8b5ad4f5788abf325ebd4cff0dc84c37
parentc3ff5f9d52d61fc7e731058c066b2c3df665a774 (diff)
downloadscummvm-rg350-485e8bee17230ed8e17a27eaf148a3330f305a6f.tar.gz
scummvm-rg350-485e8bee17230ed8e17a27eaf148a3330f305a6f.tar.bz2
scummvm-rg350-485e8bee17230ed8e17a27eaf148a3330f305a6f.zip
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
-rw-r--r--dists/macosx/Info.plist2
-rw-r--r--dists/macosx/Info.plist.in2
2 files changed, 4 insertions, 0 deletions
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist
index bb0abce40c..8de6a147f2 100644
--- a/dists/macosx/Info.plist
+++ b/dists/macosx/Info.plist
@@ -72,6 +72,8 @@
<string>faYfM+DGPgJCrRzpxSHoFD0rzHa6ZnnEXuzz2E7ZRUk=</string>
<key>NSDockTilePlugIn</key>
<string>scummvm.docktileplugin</string>
+ <key>NSRequiresAquaSystemAppearance</key>
+ <false/>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
</dict>
diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in
index 4a8545dcb4..780191885f 100644
--- a/dists/macosx/Info.plist.in
+++ b/dists/macosx/Info.plist.in
@@ -72,6 +72,8 @@
<string>faYfM+DGPgJCrRzpxSHoFD0rzHa6ZnnEXuzz2E7ZRUk=</string>
<key>NSDockTilePlugIn</key>
<string>scummvm.docktileplugin</string>
+ <key>NSRequiresAquaSystemAppearance</key>
+ <false/>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
</dict>