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:
Adrian Lucrèce Céleste 2019-11-09 21:33:27 -05:00 committed by GitHub
commit 22e353869a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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>