Browse Source

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).
pull/225/merge
Sean McBride 9 years ago
committed by Brad King
parent
commit
527773662c
  1. 2
      Modules/CPack.OSXX11.Info.plist.in
  2. 2
      Modules/MacOSXBundleInfo.plist.in
  3. 2
      Templates/AppleInfo.plist

2
Modules/CPack.OSXX11.Info.plist.in

@ -41,8 +41,6 @@
<string>@CPACK_APPLE_GUI_BUNDLE_VERSION@</string> <string>@CPACK_APPLE_GUI_BUNDLE_VERSION@</string>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>
<key>LSRequiresCarbon</key>
<true/>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>@CPACK_APPLE_GUI_COPYRIGHT@</string> <string>@CPACK_APPLE_GUI_COPYRIGHT@</string>
</dict> </dict>

2
Modules/MacOSXBundleInfo.plist.in

@ -28,8 +28,6 @@
<string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string> <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>
<key>LSRequiresCarbon</key>
<true/>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>${MACOSX_BUNDLE_COPYRIGHT}</string> <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
</dict> </dict>

2
Templates/AppleInfo.plist

@ -28,8 +28,6 @@
<string>${APPLE_GUI_BUNDLE_VERSION}</string> <string>${APPLE_GUI_BUNDLE_VERSION}</string>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>
<key>LSRequiresCarbon</key>
<true/>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>${APPLE_GUI_COPYRIGHT}</string> <string>${APPLE_GUI_COPYRIGHT}</string>
</dict> </dict>

Loading…
Cancel
Save