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:
parent
b32c82e18c
commit
c59bf95ba8
2 changed files with 0 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue