From 7b990e82c523772e8e40911812e6f896c0529e84 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 17 Mar 2016 16:06:54 -0400 Subject: [PATCH] cmake-gui: Populate CFBundleIdentifier in our Info.plist file (#16023) --- Source/QtDialog/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/QtDialog/CMakeLists.txt b/Source/QtDialog/CMakeLists.txt index f17de5d50..a906f4a6f 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