Request: Reduce repo size, fetching with SPM, Git takes long time
sdykae opened this issue · comments
@sdyalor This is a very good remark! I actually never realised how big the repo was. I am going to try and prune what I can and I'll report back :)
@sdyalor Ineed all the Stevia.framework
that were generated (for Carthage) along all the releases have been accumulating. They should have never been committed anyway. By only removing them we go from 143Mb to 35MB 🎉
By removing dangling Dsyms we reach 21MB !
For reference I just found out about https://github.com/cmaitchison/git_diet which is really useful :)
We are now at 1,7MB from 143, which represents a x84 shrink. Thank ou so much for noticing that 👍
@sdyalor Can you confirm this is much lighter on your side now?