[Cmake-commits] CMake branch, next, updated. v3.5.0-519-gbe7c99f

Brad King brad.king at kitware.com
Fri Mar 18 09:48:18 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  be7c99fb365692e332f6524139e3ea4b2d16d280 (commit)
       via  527773662c092233be5e99123561192eb8eb6fdc (commit)
      from  bd7993730e2f96e8899a1670ccfe71744e1f5c90 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=be7c99fb365692e332f6524139e3ea4b2d16d280
commit be7c99fb365692e332f6524139e3ea4b2d16d280
Merge: bd79937 5277736
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Mar 18 09:48:18 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Mar 18 09:48:18 2016 -0400

    Merge topic 'osx-no-carbon' into next
    
    52777366 Drop unnecessary LSRequiresCarbon reference from Info.plist files


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=527773662c092233be5e99123561192eb8eb6fdc
commit 527773662c092233be5e99123561192eb8eb6fdc
Author:     Sean McBride <sean at rogue-research.com>
AuthorDate: Thu Mar 17 10:47:44 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Mar 18 09:47:03 2016 -0400

    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).

diff --git a/Modules/CPack.OSXX11.Info.plist.in b/Modules/CPack.OSXX11.Info.plist.in
index 851b67b..23a1483 100644
--- a/Modules/CPack.OSXX11.Info.plist.in
+++ b/Modules/CPack.OSXX11.Info.plist.in
@@ -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>
diff --git a/Modules/MacOSXBundleInfo.plist.in b/Modules/MacOSXBundleInfo.plist.in
index a466dc7..a4009bc 100644
--- a/Modules/MacOSXBundleInfo.plist.in
+++ b/Modules/MacOSXBundleInfo.plist.in
@@ -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>
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>

-----------------------------------------------------------------------

Summary of changes:
 Modules/CPack.OSXX11.Info.plist.in |    2 --
 Modules/MacOSXBundleInfo.plist.in  |    2 --
 Templates/AppleInfo.plist          |    2 --
 3 files changed, 6 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list