Skip to content

The fewer dependencies the better

Compare
Choose a tag to compare
@etolstoy etolstoy released this 20 Dec 17:40
· 237 commits to develop since this release

A pretty small release, containing non-significant updates and bugfixes. Of course, we could wait for more issues to be closed and more features to be implemented, but I prefer release early, release often practice. 🚀 So, say hello to:

Enhancements

  • The Settingslogic dependency is completely removed. I've read a little about built-in YAML support, so now we don't need any more strange singletons 😁 to parse Rambafile.
  • Changed style of generamba setup questions regarding the dependency management systems - Generamba now looks for Podfile and Cartfile automatically.

Bugfixes

  • The module subfolder wasn't created neither in the filesystem, nor in Xcode groups when using --module_path flag (Issue #53)