Is it possible to generate xcode + visual studio projects for building on ios/osx/windows?

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.

Please help!

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.

The most active 3rd party Xcode plugin seems to be: https://github.com/openbakery/gradle-xcodePlugin

Dear gradle core devs,

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?

Thanks

Dear gradle core devs,

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?

Thanks

Dear gradle core devs,

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?

Thanks

There is a desire to do this, but not a plan. That is, the work is not scheduled in any way.