-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interested in Carthage support? #2
Comments
This would be a nice feature. But how would it be implemented though, considering Carthage does not have a central repo like CocoaPods? |
It could use the same internal logic Carthage does, just ping the repository and parse version info. It could also give you warnings if you hadn’t linked the frameworks (whereas that happens automatically with cocoa pods) and maybe even write the boilerplate build phase that works around the dsym issue automatically - or at least give a similar warning. |
I'd love to see this happen. You can proceed with this feature, let's see how it goes. |
Cool stuff, I'm not sure when I'll have the spare time but I will keep this in the back of my head. Thanks for the interest! |
Please take your time. However long it takes to implement the feature, I don't mind. |
If there’s public interest I’d be happy to contribute support for Carthage.
The text was updated successfully, but these errors were encountered: