Carthage support
NSCabezon opened this issue ยท 7 comments
Hi! I was wondering If you could integrate carthage support :)
I would also appreciate that since I don't want to commit 70MB to our repository just for the SDK.
If you're using pods @beseder42 you shouldn't commit the Pods folder (:
True for Pods! But we are using Carthage ;) So right now we would need to commit the Framework-Directory to have it on each machine on checkout. With Carthage everybody could build or download it with the same workflow.
I guess It's not an option :(
yes, please!
Sadly, this is not a priority at the moment.
Once enough people demand support we will add it to the backlog. ๐
In meantime, share and promote the issue on Product Pains to hit the critical mass ๐ช๐ !
Why isn't this a priority? It should be dead easy to add Carthage support, just make the scheme that generates the framework "Shared". Although it might be more complicated for objective-c generated frameworks, that I'm not sure about.