mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
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 485e8bee17 for now.
This commit is contained in:
committed by
Thierry Crozat
parent
b32c82e18c
commit
c59bf95ba8
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user