Apple Retina Support

Have new ideas for the next release of IHMC CmapTools and IHMC CmapServer?
We welcome your suggestions and we will carefully consider whether to incorporate them into the software.
Post Reply
jchoelt
Posts: 1
Joined: Fri Dec 24, 2021 3:09 am

Apple Retina Support

Post by jchoelt »

Hello,


A simple change is required to make CmapTools display in high resolution on Retina display screens on macOS.

Just add the following to the app's Info.plist:

Code: Select all

    <key>NSHighResolutionCapable</key>
    <true/>
Illustrated.

I think this should be done by default on the distributed macOS version.


Thanks!
cmapadmin
Site Admin
Posts: 797
Joined: Sat Dec 13, 2008 2:22 pm

Re: Apple Retina Support

Post by cmapadmin »

Thanks!

Will do.
Post Reply