Skip to content

When bundling OS X apps with default info.plist, enable hi res

T.J. Corona requested to merge tjcorona/cmake:os-x-default-bundle-hi-res into master

OS X has facilitated "High Resolution" versions of apps since at least 2012. Any application that bundles using cmake and uses the default info.plist template provided by cmake currently looks blurry because the optional "High Resolution" flag is not set by default. This commit sets this flag in CMake's default info.plist.

Merge request reports