This existing project does not build and is not properly maintained. CMake can generated an Xcode project for anyone wanting one, it will reflect the CMake configuration and thus does not need specific maintenance.
$ mkdir build
$ cd build
$ cmake -GXcode ..
$ open DrafterProjects.xcodeproj
This existing project does not build and is not properly maintained. CMake can generated an Xcode project for anyone wanting one, it will reflect the CMake configuration and thus does not need specific maintenance.