Our existing build system uses cmake to generate xcode and visual studio projects. These projects are then used to build and debug our native applications.
I would like to know if this is possible with Gradle. The most important thing is having an IDE to debug native code on OSX and windows. I have found this plugin: http://openbakery.org/gradle.php but it only seems to build existing xcode projects. I dont want to maintain both build.gradle, and an xcode project.
It looked like there was some gradle sample for generating a visual studio project. I never actually got round to trying this as I couldn’t find an xcode equivalent.
Has anyone encountered this before? I see linkedin are using gradle, and they have an ios app so im assuming they must be in a similar situation.
Gradle supports generating Visual Studio project and solution files; see the ‘native-binaries/visual-studio’ sample. There is not yet any support for generating XCode project files.
We have similar requirements for generating both visual studio and xcode projects for our cmake based build system, and we are considering Gradle as an option.
My question is, is there any plan for official support of generating xcode project files besides the xcode plugin from openbakery?
We have similar requirements for generating both visual studio and xcode projects for our cmake based build system, and we are considering Gradle as an option.
My question is, is there any plan for official support of generating xcode project files besides the xcode plugin from openbakery?
We have similar requirements for generating both visual studio and xcode projects for our cmake based build system, and we are considering Gradle as an option.
My question is, is there any plan for official support of generating xcode project files besides the xcode plugin from openbakery?