The fewer dependencies the better
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-inYAML
support, so now we don't need any more strange singletons 😁 to parseRambafile
. - Changed style of
generamba setup
questions regarding the dependency management systems - Generamba now looks forPodfile
andCartfile
automatically.
Bugfixes
- The module subfolder wasn't created neither in the filesystem, nor in Xcode groups when using
--module_path
flag (Issue #53)