From 527773662c092233be5e99123561192eb8eb6fdc Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Thu, 17 Mar 2016 10:47:44 -0400 Subject: [PATCH] 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). --- Modules/CPack.OSXX11.Info.plist.in | 2 -- Modules/MacOSXBundleInfo.plist.in | 2 -- Templates/AppleInfo.plist | 2 -- 3 files changed, 6 deletions(-) diff --git a/Modules/CPack.OSXX11.Info.plist.in b/Modules/CPack.OSXX11.Info.plist.in index 851b67ba8..23a1483b7 100644 --- a/Modules/CPack.OSXX11.Info.plist.in +++ b/Modules/CPack.OSXX11.Info.plist.in @@ -41,8 +41,6 @@ @CPACK_APPLE_GUI_BUNDLE_VERSION@ CSResourcesFileMapped - LSRequiresCarbon - NSHumanReadableCopyright @CPACK_APPLE_GUI_COPYRIGHT@ diff --git a/Modules/MacOSXBundleInfo.plist.in b/Modules/MacOSXBundleInfo.plist.in index a466dc7c4..a4009bce3 100644 --- a/Modules/MacOSXBundleInfo.plist.in +++ b/Modules/MacOSXBundleInfo.plist.in @@ -28,8 +28,6 @@ ${MACOSX_BUNDLE_BUNDLE_VERSION} CSResourcesFileMapped - LSRequiresCarbon - NSHumanReadableCopyright ${MACOSX_BUNDLE_COPYRIGHT} diff --git a/Templates/AppleInfo.plist b/Templates/AppleInfo.plist index 1f68ccf92..3445e5309 100644 --- a/Templates/AppleInfo.plist +++ b/Templates/AppleInfo.plist @@ -28,8 +28,6 @@ ${APPLE_GUI_BUNDLE_VERSION} CSResourcesFileMapped - LSRequiresCarbon - NSHumanReadableCopyright ${APPLE_GUI_COPYRIGHT}