We are heavily using Cocoapods in our projects. We usually have a lot of pods included to our app targets.
It would be nice to see which Pods (Swift module) takes up the most time to compile.
Without knowing how this tool works, here my brain dump ideas :D
- accumulate all build times from same Pod (Swift module)
- display a new list for all the Swift modules
- clicking on one item in the list opens current view what we have, but just filtered by that Swift module only
We are heavily using Cocoapods in our projects. We usually have a lot of pods included to our app targets.
It would be nice to see which Pods (Swift module) takes up the most time to compile.
Without knowing how this tool works, here my brain dump ideas :D