summaryrefslogtreecommitdiffstats
path: root/Templates/AppleInfo.plist
diff options
context:
space:
mode:
authorSean McBride <sean@rogue-research.com>2016-03-17 14:47:44 (GMT)
committerBrad King <brad.king@kitware.com>2016-03-18 13:47:03 (GMT)
commit527773662c092233be5e99123561192eb8eb6fdc (patch)
treee3f1a2b70a6c781691c3acd02aaa98f58d45e08a /Templates/AppleInfo.plist
parent9cdb37e9175b2e3c6367bc4863fda0404cb1c3a2 (diff)
downloadCMake-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 'Templates/AppleInfo.plist')
-rw-r--r--Templates/AppleInfo.plist2
1 files changed, 0 insertions, 2 deletions
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>