diff options
author | Sean McBride <sean@rogue-research.com> | 2016-03-17 14:47:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-03-18 13:47:03 (GMT) |
commit | 527773662c092233be5e99123561192eb8eb6fdc (patch) | |
tree | e3f1a2b70a6c781691c3acd02aaa98f58d45e08a /Modules/MacOSXBundleInfo.plist.in | |
parent | 9cdb37e9175b2e3c6367bc4863fda0404cb1c3a2 (diff) | |
download | CMake-527773662c092233be5e99123561192eb8eb6fdc.zip CMake-527773662c092233be5e99123561192eb8eb6fdc.tar.gz CMake-527773662c092233be5e99123561192eb8eb6fdc.tar.bz2 |
Drop unnecessary LSRequiresCarbon reference from Info.plist files
LSRequiresCarbon is long since unnecessary. It refers to requiring
Carbon as opposed to Classic (OS 9 emulation).
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> |