From a35283f45c97f04a36567a947282142ce3122e96 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 15 Mar 2017 18:25:14 +0000 Subject: [PATCH] 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 --- Darwin/Info.plist.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Darwin/Info.plist.in b/Darwin/Info.plist.in index 2ad1e0db0..d43ecfa72 100644 --- a/Darwin/Info.plist.in +++ b/Darwin/Info.plist.in @@ -6,5 +6,9 @@ @WSJTX_BUNDLE_NAME@ CFBundleDisplayName @WSJTX_BUNDLE_NAME@ + NSPrincipalClass + NSApplication + NSHighResolutionCapable + True