Skip to content

qyz777/find_unused_images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

find_unused_images

find_unused_images.sh is a script to find unused images for your project and generate txt files on your desktop that contain all unused image names.

Usage

Fill in the path for the script

Open the script, assign the path of the xcassets folder to the image_path variable, and assign the path of the project source code to the search_path variable

Example:

# Your xcassets folder path, such as ./Images.xcassets
image_path='./Images.xcassets'
# The path of your source file, such as ./ExampleApp/
search_path='./ExampleApp/'

Then:

source find_unused_images.sh

The script will generate txt files on your desktop that contain all unused image names

License

MIT

About

A script to find images not used in iOS projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages