[Scummvm-git-logs] scummvm master -> c59bf95ba85b25b134110eb0ff9c3d0e17750630
criezy
criezy at scummvm.org
Fri Apr 17 21:49:53 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
c59bf95ba8 MACOSX: Remove NSRequiresAquaSystemAppearance from Info.plist, for now
Commit: c59bf95ba85b25b134110eb0ff9c3d0e17750630
https://github.com/scummvm/scummvm/commit/c59bf95ba85b25b134110eb0ff9c3d0e17750630
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2020-04-17T22:49:49+01:00
Commit Message:
MACOSX: Remove NSRequiresAquaSystemAppearance from Info.plist, for now
Bug #11430.
Enabling Dark Mode compatibility, either by using NSRequiresAquaSystemAppearance
on older SDKs, or by using 10.14+ SDKs, makes the display blurry on
Retina screens on Mojave (and probably Catalina).
This is probably a macOS bug:
https://bugzilla.libsdl.org/show_bug.cgi?id=5087
Revert commit 485e8bee17230ed8e17a27eaf148a3330f305a6f for now.
Changed paths:
dists/macosx/Info.plist
dists/macosx/Info.plist.in
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist
index c9af2f52cf..2ce4d68d25 100644
--- a/dists/macosx/Info.plist
+++ b/dists/macosx/Info.plist
@@ -72,8 +72,6 @@
<string>faYfM+DGPgJCrRzpxSHoFD0rzHa6ZnnEXuzz2E7ZRUk=</string>
<key>NSDockTilePlugIn</key>
<string>scummvm.docktileplugin</string>
- <key>NSRequiresAquaSystemAppearance</key>
- <false/>
<key>NSDocumentsFolderUsageDescription</key>
<string>ScummVM saves and loads savegames in the Documents folder by default.</string>
<key>SUPublicDSAKeyFile</key>
diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in
index c3b49e1a84..f9360a92ea 100644
--- a/dists/macosx/Info.plist.in
+++ b/dists/macosx/Info.plist.in
@@ -72,8 +72,6 @@
<string>faYfM+DGPgJCrRzpxSHoFD0rzHa6ZnnEXuzz2E7ZRUk=</string>
<key>NSDockTilePlugIn</key>
<string>scummvm.docktileplugin</string>
- <key>NSRequiresAquaSystemAppearance</key>
- <false/>
<key>NSDocumentsFolderUsageDescription</key>
<string>ScummVM saves and loads savegames in the Documents folder by default.</string>
<key>SUPublicDSAKeyFile</key>
More information about the Scummvm-git-logs
mailing list