Hello, On 31/03/16 16:30, Harry Mallon wrote: > This became an annoyance in our Cmake build system so here is a barebones > xcscheme creator. > https://github.com/hm1992/CMake/commit/5345881861a4b510d3a3283825584ec90f8d2061 > > Current situation: > * It seems to work for the executable targets we use in the office. > * It only supports command line args and whether to run as root or not (but > this was all we needed for now). > > If you have any use for it, feel free to use it. If it could be useful as a > basis for a more integrated module then that would also be fine.
Thank you for working on this. Schema creation is a longstanding user request? Could you modify your generator so that one can combine multiple targets to into one schema? Or will that require knowledge of the target UUID from the xcodeproj file? Some time ago I looked into adding a schema generator purely implemented as a CMake module but came to the conclusion that it is not a viable approach without CMake modifications. Especially the unstable UUIDs across project re-generation gave me some headaches. So I decided that a schema generator would best fit best within the Xcode generator. Now there's the first task defining requirements and creating an useful and extensible CMake language API for schema generation. Thanks, Gregor -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers