Reputation: 171
I want to find all unused methods, variables and code into an old iOS project. Is it possible to find?
Upvotes: 11
Views: 6248
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