diff options
author | Brad King <brad.king@kitware.com> | 2016-03-21 13:39:19 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-03-21 13:39:19 (GMT) |
commit | 63767a248651916cdb2f8969b783351c998e5fd1 (patch) | |
tree | e1f4b6128ae518095867be177e1a31b3c7220b34 /Modules/MacOSXBundleInfo.plist.in | |
parent | bbab373b00b8e85b6574232031d8cd23010f65c6 (diff) | |
parent | 527773662c092233be5e99123561192eb8eb6fdc (diff) | |
download | CMake-63767a248651916cdb2f8969b783351c998e5fd1.zip CMake-63767a248651916cdb2f8969b783351c998e5fd1.tar.gz CMake-63767a248651916cdb2f8969b783351c998e5fd1.tar.bz2 |
Merge topic 'osx-no-carbon'
52777366 Drop unnecessary LSRequiresCarbon reference from Info.plist files
Diffstat (limited to 'Modules/MacOSXBundleInfo.plist.in')
-rw-r--r-- | Modules/MacOSXBundleInfo.plist.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/MacOSXBundleInfo.plist.in b/Modules/MacOSXBundleInfo.plist.in index a466dc7..a4009bc 100644 --- a/Modules/MacOSXBundleInfo.plist.in +++ b/Modules/MacOSXBundleInfo.plist.in @@ -28,8 +28,6 @@ <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string> <key>CSResourcesFileMapped</key> <true/> - <key>LSRequiresCarbon</key> - <true/> <key>NSHumanReadableCopyright</key> <string>${MACOSX_BUNDLE_COPYRIGHT}</string> </dict> |