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 /Templates | |
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 'Templates')
-rw-r--r-- | Templates/AppleInfo.plist | 2 |
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> |