Generate Xcode project file?

I’m aware of the xcode-plugin that roughly maps gradle’s conventional tasks to xcodebuild calls. However, I’d like to actually generate an xcode project file from my gradle model. I saw a thread in the old forum about this idea. I’m curious if any news has developed in the last year. I’m not super familiar with the xcode project format–its not very “open”–but I’d love to help.

1 Like

I found http://www.monobjc.net/xcode-project-file-format.html. It’s a good overview of the project format.

There isn’t a plugin to generate an Xcode project from the Gradle model, but this would be very useful. The idea would be to have the plugin work something like the visual studio plugin. If you’re interested in helping out with this, that would be great. Perhaps start a thread on the gradle-dev list if you do start working on this.