Skip to content

Lint your Xcode projects using this command line tool written in Swift

License

Notifications You must be signed in to change notification settings

esttorhe/xclint

Repository files navigation


Swift Package Manager Twitter: @xcodedotswift Codecov License

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...

Install 🥑

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

Setup ⚙️

  1. Git clone the repository git clone git@github.com:xcodeswift/xclint.git
  2. Build with swift build

How to use it 🙃

xclint MyProject.xcodeproj

Documentation 📄

You can check out the documentation on the following link. The documentation is automatically generated in every release by using Jazzy from Realm.

References

About

Lint your Xcode projects using this command line tool written in Swift

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published