macOS: Add NSPrincipalClass value to the Info.plist
According to the Qt documentation we should have this for proper high-DPI support on macOS. Whether or not it's still relevant I'm not sure, but if it isn't it might at least help on older macOS or Qt.
This commit is contained in:
parent
aa9a6ceed5
commit
5b867eb7a7
|
@ -18,6 +18,8 @@
|
|||
<string>${melonDS_VERSION}</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Licensed under GPLv3</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<true/>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
|
|
Loading…
Reference in New Issue