CocoaSeeds
CocoaSeeds copied to clipboard
Git Submodule Alternative for Cocoa.
This will allow to edit the source code of the project and make a pull request from your own project. (When using swift_seedname_prefix the names of the files are changed...
Storyboard, xib will be added as compile source after running seeds install. they should be added as copy bundle resources. Any workaround??
Is there a any way with CocoaSeeds to specify a build configuration for imported sources ?
Hi there, do you have any ideas, how to handle dependencies? Given I want to add `github "thoughtbot/Argo", "2.1", :files => "Argo/*/*.swift"` it does not compile, because it has imports...
As the arc featured, a warnings handler featured would be awesome. Once again, I'm using `SKMediaTap` library which has some warnings, useless for the project. A way to disable warnings...
Another key features which could be useful is to add (or not) arc flags if the library doesn't handle but the project does. I think mainly of `SKMediaTap`, a useful...
Hi ! When I use Seeds on other branch than master, the script always get me back to master. I think this is an issue. With Love, Damien
Similar to CocoaPods, does CocoaSeeds have any capacity for pre or post install scripts? I'm using Argo, and it uses `import Runes` in several locations. I'd like to be able...