openbakery / gradle-xcodePlugin

gradle plugin for building Xcode Projects for iOS, watchOS, macOS or tvOS
Apache License 2.0
458 stars 129 forks source link

Does it work with latest gradle and swift #374

Closed nagkumar closed 6 years ago

nagkumar commented 6 years ago

is this pugin compatible with gradle 4.x and Swift 4 & xcode 9

any have tried..pl. share your feedback

renep commented 6 years ago

Yes, the latest version 0.15.1 works with Swift 4 and Xcode 9. I have created this plugin to build the iOS projects I'm working on. This are mixed Projects that uses Obj-C and Swift, but also pure Swift projects. I also use the projects for my continuous delivery pipeline that codesigns and distributes the Apps (to iTunesConnect)

strawlink commented 6 years ago

@renep Is the 0.15.1 release stable? The README.md says the latest is 0.15.0.

renep commented 6 years ago

Yes. I have fixed the README.md