You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2023. It is now read-only.
This is a very useful tool. I'm looking forward to use it to better understand (or decide) which dependencies to choose whenever there's a dilemma, for example.
I analyzed the size of Plaid, and it tells me it's roughly 23MB. Then we're using a private/internal cocoapod that has Plaid as one of its dependencies, and this internal cocoapods results in roughly 10MB, by running this tool.
So, after looking at these numbers, looks like the tool doesn't take into consideration the dependencies installed by a given pod? Because if it was considering, shouldn't it show (at least) 23MB (from Plaid) + whatever this internal framework takes?
But, by reading the methodology used by cocoapods-size, looks like it should be considering the size of all of its dependencies… so I'm confused 😅
Any guidance or insights here would be great! 🙏 Thank you in advance!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi!
This is a very useful tool. I'm looking forward to use it to better understand (or decide) which dependencies to choose whenever there's a dilemma, for example.
I analyzed the size of
Plaid
, and it tells me it's roughly 23MB. Then we're using a private/internal cocoapod that hasPlaid
as one of its dependencies, and this internal cocoapods results in roughly 10MB, by running this tool.So, after looking at these numbers, looks like the tool doesn't take into consideration the dependencies installed by a given pod? Because if it was considering, shouldn't it show (at least) 23MB (from
Plaid
) + whatever this internal framework takes?But, by reading the methodology used by
cocoapods-size
, looks like it should be considering the size of all of its dependencies… so I'm confused 😅Any guidance or insights here would be great! 🙏 Thank you in advance!
The text was updated successfully, but these errors were encountered: