New Feature: Track and Inspect Your App Bundle Size with Tuist
Hey
Today, we’re excited to announce our latest feature that helps you track and inspect your bundles: Tuist Bundle Analysis!
Read the full blog post announcement.
Why Bundle Size Matters
As you ship more features to your users, the app size typically grows over time. If you don’t pay attention, your app size can quickly bloat – and some users might decide to uninstall your app to conserve storage or they don’t download it at all in the first place if the download size is too large.
Introducing Tuist Bundle Analysis
Our new feature provides visibility into your app size with an easy-to-use command:
tuist inspect bundle App.ipa
This works with .ipa
, .xcarchive
, or .app
files and generates an interactive visualization with detailed breakdowns of your bundle contents.
After running the command, you get a visual breakdown of the bundle along with specific optimization suggestions:
And to track the bundle size over time, just run the same command on the CI to get insightful bundle size graphs:
What’s Next
We’re planning more enhancements, including:
- GitHub app integration to warn about significant size increases in PRs
- Additional insights for bundle optimization
- Tools to make teams accountable for their contributions to bundle size
Get Started Today
Ready to optimize your app size? Run tuist inspect bundle
to discover opportunities to make your app leaner!
For more details, check out our documentation. And as always, feedback is more than welcome!