rbutil: Enable HiDPI support on MacOS.

Since we provide our own Info.plist file we need to enable HiDPI support here.
This commit is contained in:
Dominik Riebeling 2020-09-27 15:47:55 +02:00
parent 2e6a0df40e
commit 87325ff957

View file

@ -16,5 +16,9 @@
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
</dict>
</plist>