xclint
is a command line tool written in Swift that validates the state of your Xcode Project. It's able to find duplicated and missing files, inconsistencies between the groups and the folders in your system...
You can easily install xclint with Homebrew:
brew tap xcodeswift/xclint git@github.com:xcodeswift/xclint.git
brew install xclint
You can also easily run the tool using 🌱 Mint:
mint run xcodeswift/xclint
- Git clone the repository
git clone git@github.com:xcodeswift/xclint.git
- Build with
swift build
xclint MyProject.xcodeproj
You can check out the documentation on the following link. The documentation is automatically generated in every release by using Jazzy from Realm.