How to find unused images in an Xcode project?

前端 未结 14 1610
旧时难觅i
旧时难觅i 2020-12-07 06:57

Has anyone a one-line to find unused images in an Xcode project? (Assuming all the files are referenced by name in code or the project files - no code generated file names.)

14条回答
  •  半阙折子戏
    2020-12-07 07:32

    May be you can try slender, does a decent job.

    update: With emcmanus idea, I went ahead and create a small util with no ack just to avoid additional setup in a machine.

    https://github.com/arun80/xcodeutils

提交回复
热议问题