Reputation: 181
I want to find all unused methods, variables and code into an old iOS project. Is it possible to find?
Upvotes: 12
Views: 6374
Reputation: 71
You can use this script to find unused Swift functions and variables at a specified path. https://github.com/PaulTaykalo/swift-scripts
Upvotes: 2