summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-08-22 12:20:37 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-08-22 12:21:03 (GMT)
commitd3d0191dcd39b66d9f7b4f016d347aad0fdf09bb (patch)
tree9c2ca2016e51147037e8b56e6eba566099d32583 /Modules
parent2d41ec5036e94f2cffda4875b616020372a406a2 (diff)
parent286c75f7f034c5fdcd43bcb755da74d09c809642 (diff)
downloadCMake-d3d0191dcd39b66d9f7b4f016d347aad0fdf09bb.zip
CMake-d3d0191dcd39b66d9f7b4f016d347aad0fdf09bb.tar.gz
CMake-d3d0191dcd39b66d9f7b4f016d347aad0fdf09bb.tar.bz2
Merge topic 'revert-macos-hidpi-qt-dialog'
286c75f7 macOS: Revert default Hi-DPI support in applications Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1167
Diffstat (limited to 'Modules')
-rw-r--r--Modules/MacOSXBundleInfo.plist.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/MacOSXBundleInfo.plist.in b/Modules/MacOSXBundleInfo.plist.in
index e06b17e..a4009bc 100644
--- a/Modules/MacOSXBundleInfo.plist.in
+++ b/Modules/MacOSXBundleInfo.plist.in
@@ -30,9 +30,5 @@
<true/>
<key>NSHumanReadableCopyright</key>
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
- <key>NSPrincipalClass</key>
- <string>NSApplication</string>
- <key>NSHighResolutionCapable</key>
- <string>True</string>
</dict>
</plist>