IBDecodable / IBLinter

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

Fix image resources rule #75

Closed stephanecopin closed 5 years ago

stephanecopin commented 5 years ago

This PR fixes the image resources rule which wasn't working for two reasons:

Finally, if using namespaces, the rule was always reporting that the asset didn't exist.

This PR also update the related tests.

kateinoigakukun commented 5 years ago

Thanks! 👍