Open
Description
Hey there, thanks for the great library! I've just started using it in our project but I'm a bit confused about the TargetCountProvider
. I'm not exactly sure what it's counting...it seems to be dependencies, but in my project I get the count==30, but we have many (many) more which are pulled in via Cocoapods. When looking at the Frameworks folder in our IPA bundle, we have 84 frameworks (70 when you exclude the libswift
ones) included.
Our project is mixed Swift/ObjC, we have some internal frameworks which are incorporated into the main project. New build system, Xcode 11.
Can you clarify a bit what TargetCountProvider
is attempting to do and why it might be generating a different number than what I would expect?
Thanks!