summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-03-21 13:39:19 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-03-21 13:39:19 (GMT)
commit63767a248651916cdb2f8969b783351c998e5fd1 (patch)
treee1f4b6128ae518095867be177e1a31b3c7220b34
parentbbab373b00b8e85b6574232031d8cd23010f65c6 (diff)
parent527773662c092233be5e99123561192eb8eb6fdc (diff)
downloadCMake-63767a248651916cdb2f8969b783351c998e5fd1.zip
CMake-63767a248651916cdb2f8969b783351c998e5fd1.tar.gz
CMake-63767a248651916cdb2f8969b783351c998e5fd1.tar.bz2
Merge topic 'osx-no-carbon'
52777366 Drop unnecessary LSRequiresCarbon reference from Info.plist files
-rw-r--r--Modules/CPack.OSXX11.Info.plist.in2
-rw-r--r--Modules/MacOSXBundleInfo.plist.in2
-rw-r--r--Templates/AppleInfo.plist2
3 files changed, 0 insertions, 6 deletions
diff --git a/Modules/CPack.OSXX11.Info.plist.in b/Modules/CPack.OSXX11.Info.plist.in
index 851b67b..23a1483 100644
--- a/Modules/CPack.OSXX11.Info.plist.in
+++ b/Modules/CPack.OSXX11.Info.plist.in
@@ -41,8 +41,6 @@
<string>@CPACK_APPLE_GUI_BUNDLE_VERSION@</string>
<key>CSResourcesFileMapped</key>
<true/>
- <key>LSRequiresCarbon</key>
- <true/>
<key>NSHumanReadableCopyright</key>
<string>@CPACK_APPLE_GUI_COPYRIGHT@</string>
</dict>
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>
diff --git a/Templates/AppleInfo.plist b/Templates/AppleInfo.plist
index 1f68ccf..3445e53 100644
--- a/Templates/AppleInfo.plist
+++ b/Templates/AppleInfo.plist
@@ -28,8 +28,6 @@
<string>${APPLE_GUI_BUNDLE_VERSION}</string>
<key>CSResourcesFileMapped</key>
<true/>
- <key>LSRequiresCarbon</key>
- <true/>
<key>NSHumanReadableCopyright</key>
<string>${APPLE_GUI_COPYRIGHT}</string>
</dict>