cmake-gui: Add support for HiDPI (Retina) screens on OS X

This commit is contained in:
Francois Best 2015-08-17 11:39:16 +02:00 committed by Brad King
parent 0f27bcc9ec
commit a41ebd4ee5
1 changed files with 2 additions and 0 deletions

View File

@ -28,5 +28,7 @@
<string>public.app-category.developer-tools</string>
<key>NSHumanReadableCopyright</key>
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>