diff options
author | Brad King <brad.king@kitware.com> | 2017-08-21 13:46:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-08-22 11:29:20 (GMT) |
commit | 286c75f7f034c5fdcd43bcb755da74d09c809642 (patch) | |
tree | f0e73990d4a79ce0deb0da92b32370ad93142a21 /Modules/MacOSXBundleInfo.plist.in | |
parent | fca4423786ba2c4a5ab0ec6c1a1cbac8cd8600b4 (diff) | |
download | CMake-286c75f7f034c5fdcd43bcb755da74d09c809642.zip CMake-286c75f7f034c5fdcd43bcb755da74d09c809642.tar.gz CMake-286c75f7f034c5fdcd43bcb755da74d09c809642.tar.bz2 |
macOS: Revert default Hi-DPI support in applications
This reverts commit v3.9.0-rc1~287^2 (macOS: Enable Hi-DPI support in
applications by default, 2017-04-08). It breaks iOS applications that
do not use their own `MACOSX_BUNDLE_INFO_PLIST` because `NSApplication`
is only for macOS apps. Until more complete support for iOS is added
to CMake (e.g. with a different default plist file) we must allow
our default plist file to work for both macOS and iOS.
Fixes: #17179
Diffstat (limited to 'Modules/MacOSXBundleInfo.plist.in')
-rw-r--r-- | Modules/MacOSXBundleInfo.plist.in | 4 |
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> |