Add settings in the Info.plist file that enable high-DPI support on macOS.

These changes follow the instructions in the official Qt docs.

https://doc.qt.io/qt-5/highdpi.html
This commit is contained in:
Erik Nordstrøm 2019-11-08 03:00:51 +01:00
parent 07a1c31fab
commit 3737ed634d
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@
<string>@BARRIER_VERSION@</string>
<key>CFBundleVersion</key>
<string>@BARRIER_VERSION@</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>NSHumanReadableCopyright</key>
<string>© 2018 Debauchee Open Source Group</string>
<key>LSMinimumSystemVersion</key>