3 Repos
Tools for reducing binary size and improving build times.
Explore 3 awesome GitHub repositories matching part of an awesome list · App Optimization. Refine with filters or upvote what's useful.
LSUnusedResources is a macOS static analysis tool designed to detect redundant files and orphaned media assets within Xcode projects. It identifies unused images and resources by matching project filenames against references found in source code. The tool utilizes regular expression scanning to identify asset references and employs set-difference analysis to determine which files lack corresponding code references. To prevent false positives, it includes filtering for resources that are loaded dynamically through string concatenation. The application provides auditing and optimization capabi
A tool for identifying and removing unused project resources.
Collection of advice on optimizing compile times of Swift projects.
Strategies and tools for improving Swift compilation speed.