Open leoMehlig opened 7 years ago
Thanks for all the issues and pull requests. They're very much appreciated. I've been on vacation and am only now able to resolve PRs and issues. Thanks for your patience.
PromiseKit is a very strange project and of a type I haven't seen before. Each extension has its own Cartfile. I need to figure out how to support this but it won't necessarily be soon I'm afraid.
No problems. One can still add skip lists.
Ah I see. You don't want the extensions built. OK. Definitely low priority for now - but interesting. Seems they've added support for this to Carthage but not sure if it's documented yet.
I'm trying to build the PromiseKit with punic. The problem is that PromiseKit has a
Extension
folder which contains a lot of project with extension to some system frameworks.Carthage
doesn't build thees projects and only build the main project. Is this a problem with the framework detection or does Carthage do something else?For me building all of them sort of is expected behaviour, but many of them fail. I added all of them to my skip list, but thats a lot of project to at there.
To test the behaviour please remove the
skips
.punic.yaml
Cartfile
Cartfile.resolved
Thanks a lot for your work btw. This is much nice, cleaner and most importantly faster than Carthage.