Skip to content

Commit

Permalink
Drop unnecessary LSRequiresCarbon reference from Info.plist files
Browse files Browse the repository at this point in the history
LSRequiresCarbon is long since unnecessary.  It refers to requiring
Carbon as opposed to Classic (OS 9 emulation).
  • Loading branch information
seanm authored and bradking committed Mar 18, 2016
1 parent 9cdb37e commit 5277736
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Modules/CPack.OSXX11.Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
<string>@CPACK_APPLE_GUI_BUNDLE_VERSION@</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSRequiresCarbon</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>@CPACK_APPLE_GUI_COPYRIGHT@</string>
</dict>
Expand Down
2 changes: 0 additions & 2 deletions Modules/MacOSXBundleInfo.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 0 additions & 2 deletions Templates/AppleInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5277736

Please sign in to comment.