openbakery / gradle-xcodePlugin

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

feature/MASSDE-181 : Disable Carthage update if no Cartfile is present #388

Closed shoebox closed 6 years ago

renep commented 6 years ago

What the status of this pull request. Should I merge it and see if my build pipeline works? The pipeline builds the plugin and then the example projects with the new plugin version. And if this works and all tests are green, then a new develop version is automatically released on the openbakery.org repo.

shoebox commented 6 years ago

@renep Please proceed, I have myself been running some tests and everything seems to be running as expected (with or without Carthage in the project). I too tried to setup some functional unit tests with gradle testkit, but the plugin resolution is failing, so the tests too. So until we find a way to make those functional unit tests working, your testbed is probably one of the best way to ensure everything is functional.

renep commented 6 years ago

Merge is a new develop version is in the openbakery repo: (see https://github.com/openbakery/gradle-xcodePlugin/tree/develop#current-develop-version)