Update the Mac OS X Info.plist to support high DPI displays

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7607 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2017-03-15 18:25:14 +00:00
parent 4a29dd4880
commit a35283f45c
1 changed files with 4 additions and 0 deletions

View File

@ -6,5 +6,9 @@
<string>@WSJTX_BUNDLE_NAME@</string>
<key>CFBundleDisplayName</key>
<string>@WSJTX_BUNDLE_NAME@</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
</dict>
</plist>