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: 833
Joined: Sat Dec 13, 2008 2:22 pm

Re: Apple Retina Support

Post by cmapadmin »

Thanks!

Will do.
rosiewilsonnsjh
Posts: 3
Joined: Thu Jan 04, 2024 5:24 am

Re: Apple Retina Support

Post by rosiewilsonnsjh »

Thanks. It worked for me! connections game
Post Reply