从所有字符串文件中查找未使用的本地化字符串

字符串扫描

扫描所有 Xcode 字符串文件以查找未使用的本地化字符串。

开始

git clone <this repository>
cd StringsScan
swift run StringsScan strings-scan -p <project directory-path>

示例结果

结果

GitHub

查看 Github