IBDecodable / IBLinter

A linter tool for Interface Builder
MIT License
950 stars 41 forks source link

Rename Tools to IBLinterTools #171

Closed uhooi closed 3 years ago

uhooi commented 3 years ago

I want to manage the Swift CLI tools in one package, referring to the following page:

But, the target names are the same in IBLinter and GraphViz.

multiple targets named 'Tools' in: GraphViz, IBLinter

ref: https://github.com/SwiftDocOrg/GraphViz/blob/0.2.0/Package.swift#L31

There are workarounds, such as separate packages and using Mint to manage them, but it would be nice if the target name could be changed.

The latest GraphViz seems to have lost the Tools target, but I think it is important to avoid generic names.

ref: https://github.com/SwiftDocOrg/GraphViz/blob/0.4.1/Package.swift