kimar / ZombieStrings

Find unused (zombie) localizable strings in your Xcode project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zombie Strings

In order to find localizable strings that are no longer used in your Xcode project, you can run the following script:

./zombie_strings.sh path/to/the/project/root/folder

Or simply the following if you are already in the project's root folder:

./zombie_strings.sh

This script will recursively iterate over all the .strings files, checking if each of the localizable strings inside it are ever used in any source file in the project.

./zombie_strings.sh ~/project

๐Ÿ”Ž  Inspecting: ~/project/Resources/Localizable.strings
โš ๏ธ  "No_longer_used_string" is not used ๐Ÿ’€

About

Find unused (zombie) localizable strings in your Xcode project

License:MIT License


Languages

Language:Shell 100.0%