-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note about file size #102
Comments
I was also curious about this so I simply gave it a try. I created a blank xcode project, ran pod init, installed ❯ du -sh */
1.7M 1-initial-project.xcarchive/
1.7M 2-ran-pod-init.xcarchive/
8.0M 3-installed-FontAwesomeKit-full-pod.xcarchive/
3.5M 4-installed-FontAwesomeKit-only-fontawesome.xcarchive/
It's not perfect, but it should still look something like this in the end. ✅ tldr; better use fontawesome only if this is what you're looking for. In the end, you'll save ~1M which is not bad. Using the lib itself with only fontawesome seems to take around ~475K compared to ~1.5M for the whole thing. If you do replace a lot of what was pictures before inside your app, using this library sounds like a good move 👍 |
@PrideChung I think we can close this issue unless someone wants a in the summary in the ReadMe. |
May I please ask what is the incremental file size on the final
.app
when using this library?The text was updated successfully, but these errors were encountered: