An open API service indexing awesome lists of open source software.

https://github.com/werediver/xccheck

A diagnostic tool for Xcode projects
https://github.com/werediver/xccheck

Last synced: about 1 year ago
JSON representation

A diagnostic tool for Xcode projects

Awesome Lists containing this project

README

          

# xccheck

A diagnostic tool for Xcode projects.

# Build and run

Use Swift Package Manager to build the project or generate an Xcode project file to get into a convenient environment.

```
$ swift package generate-xcodeproj && open xccheck.xcodeproj
```

See `swift run xccheck -h` for usage information.