IBDecodable / IBLinter

A linter tool for Interface Builder
MIT License
948 stars 42 forks source link

Plugin feature seams to be unusable #158

Open shuguenot opened 4 years ago

shuguenot commented 4 years ago

Is the (very interesting) plugin feature still available ?

https://github.com/IBDecodable/IBLinter/pull/50

kateinoigakukun commented 4 years ago

The feature is not available since this PR https://github.com/IBDecodable/IBLinter/pull/88 because at that time, Swift doesn't have stable ABI.

Stable ABI has been established since Swift5.0, so in theory we can re-enable the feature. (but I don't have enough time to implement that)