Add settings in the Info.plist file that enable high-DPI support… (#488)
Add settings in the Info.plist file that enable high-DPI support on macOS
This commit is contained in:
commit
22e353869a
|
@ -24,6 +24,10 @@
|
||||||
<string>@BARRIER_VERSION@</string>
|
<string>@BARRIER_VERSION@</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>@BARRIER_VERSION@</string>
|
<string>@BARRIER_VERSION@</string>
|
||||||
|
<key>NSPrincipalClass</key>
|
||||||
|
<string>NSApplication</string>
|
||||||
|
<key>NSHighResolutionCapable</key>
|
||||||
|
<string>True</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>© 2018 Debauchee Open Source Group</string>
|
<string>© 2018 Debauchee Open Source Group</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
|
Loading…
Reference in New Issue