[Cmake-commits] CMake branch, next, updated. v3.5.0-510-g7cd4496

Brad King brad.king at kitware.com
Thu Mar 17 16:30:36 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  7cd44969f80853ae4e26c428192bd7364e7ef94e (commit)
       via  7b990e82c523772e8e40911812e6f896c0529e84 (commit)
      from  a8e3ae223f438f45fcd2ef3d1c774905731f3fca (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=7cd44969f80853ae4e26c428192bd7364e7ef94e
commit 7cd44969f80853ae4e26c428192bd7364e7ef94e
Merge: a8e3ae2 7b990e8
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Mar 17 16:30:35 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Mar 17 16:30:35 2016 -0400

    Merge topic 'cmake-gui-osx-identifier' into next
    
    7b990e82 cmake-gui: Populate CFBundleIdentifier in our Info.plist file (#16023)


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7b990e82c523772e8e40911812e6f896c0529e84
commit 7b990e82c523772e8e40911812e6f896c0529e84
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Mar 17 16:06:54 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Mar 17 16:07:39 2016 -0400

    cmake-gui: Populate CFBundleIdentifier in our Info.plist file (#16023)

diff --git a/Source/QtDialog/CMakeLists.txt b/Source/QtDialog/CMakeLists.txt
index f17de5d..a906f4a 100644
--- a/Source/QtDialog/CMakeLists.txt
+++ b/Source/QtDialog/CMakeLists.txt
@@ -173,6 +173,7 @@ if(APPLE)
     MACOSX_BUNDLE_SHORT_VERSION_STRING "${CMAKE_BUNDLE_VERSION}"
     # TBD: MACOSX_BUNDLE_BUNDLE_VERSION "${CMAKE_BUNDLE_VERSION}"
     MACOSX_BUNDLE_COPYRIGHT "${copyright_line}"
+    MACOSX_BUNDLE_GUI_IDENTIFIER "org.cmake.cmake"
     )
 
   # Create a symlink in the build tree to provide a "cmake-gui" next

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

Summary of changes:
 Source/QtDialog/CMakeLists.txt |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list