The purpose of this app is to show you which assets (images, colors, symbols) and strings are not used in your Xcode project so that you can delete them
The purpose of this app is to show you which assets (images, colors, symbols) and strings are not used in your Xcode project so that you can delete them. But please make sure they can be recovered.
1) Please select the top-level folder of your Xcode project. The app will look for the project.pbxproj, .xcstrings, and .xcassets files to construct a list of each asset type.
2) The app looks for "assetName" only in .swift files. For the best results, ensure each asset name is unique within your Xcode project.
3) If an asset name is changed from snake_case to camelCase, for example, this app will not be able to detect that yet.
4) Swift files that are not part of the project (but exist in the project folder) will be ignored.
5) .strings is NOT supported. Only .xcstrings.
6) Ignored files:
- AccentColor.colorset
- InfoPlist.xcstrings
7) Suggestions? Please email to [email protected].