IBDecodable / IBLinter

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

image_resources rule support custom symbol image #142

Closed r-plus closed 4 years ago

r-plus commented 4 years ago

Xcode 11 support custom symbol image (SVG). This PR add support it for image_resources rule to correctly detect of custom symbol image.

NOTE

~This PR is substantially one commit https://github.com/IBDecodable/IBLinter/commit/d8e1d592f499627ad5fdc355e65f368418115f77, based on entryValues(for:) method by #141~

141 is merged, I rebased.

r-plus commented 4 years ago

thx for merge #141, rebased from latest master branch.

phimage commented 4 years ago

Ok for me Thanks