kif-framework / KIF

Keep It Functional - An iOS Functional Testing Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carthage support

danil-z opened this issue · comments

Is there any way to build KIF using carthage?

Have you tried it out? I am new to Carthage, and I cannot find any definitive document that spells out what projects need to do to be Carthage compliant. Perhaps they need a dynamic framework target?

Well, I did find some documentation for project owners. I need to create a dynamic framework target, add the appropriate files and test it all out. I will get this done sometime next week.

But if someone else wants to do it first, please feel free!

I'm interested in this one too 👍

I am not-so-secretly hoping that someone actively using Carthage will submit a pull request. I took a quick stab at this but ran into problems, so I put it aside for the time being.

Done! See #624.