MantisBT - CMake
View Issue Details
0016023CMakeCMakepublic2016-03-17 15:432016-06-10 14:21
Sean McBride 
Brad King 
normalminoralways
closedfixed 
Mac OS XMac OS X10.5
CMake 3.5 
CMake 3.5.1CMake 3.5.1 
0016023: OS X CMake.app (version 3.5) contains empty CFBundleIdentifier, which is malformed
CMake.app's Info.plist contains:

    <key>CFBundleIdentifier</key>
    <string></string>

That entry isn't allowed to be empty.

I suggest a value like "org.cmake.cmake" or something.
No tags attached.
Issue History
2016-03-17 15:43Sean McBrideNew Issue
2016-03-17 16:31Brad KingNote Added: 0040721
2016-03-17 16:31Brad KingAssigned To => Brad King
2016-03-17 16:31Brad KingStatusnew => resolved
2016-03-17 16:31Brad KingResolutionopen => fixed
2016-03-17 16:31Brad KingFixed in Version => CMake 3.6
2016-03-17 16:31Brad KingTarget Version => CMake 3.6
2016-03-24 12:41Brad KingNote Added: 0040759
2016-03-24 12:41Brad KingFixed in VersionCMake 3.6 => CMake 3.5.1
2016-03-24 12:41Brad KingTarget VersionCMake 3.6 => CMake 3.5.1
2016-06-10 14:21Kitware RobotNote Added: 0041212
2016-06-10 14:21Kitware RobotStatusresolved => closed

Notes
(0040721)
Brad King   
2016-03-17 16:31   
Thanks. Fixed:

cmake-gui: Populate CFBundleIdentifier in our Info.plist file
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7b990e82 [^]
(0040759)
Brad King   
2016-03-24 12:41   
I merged this fix to the 'release' branch for inclusion in CMake 3.5.1.
(0041212)
Kitware Robot   
2016-06-10 14:21   
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.