dblock / fui

Find unused Objective-C imports.
MIT License
2.04k stars 180 forks source link

Fui: Add support for .mm files. #24

Closed Shachlan closed 7 years ago

Shachlan commented 7 years ago

Files that are imported within .mm files will not be marked as unused.

Shachlan commented 7 years ago

Finished fixing changelog.

Shachlan commented 7 years ago

Finished round.

dblock commented 7 years ago

Thanks @Shachlan. Want to help out with this project, maybe do the next release?

Shachlan commented 7 years ago

You mean, do the same process as in 33e2a480254937488ffe20fb6a7f7b1641bdafa3 and 9626cda6646f63bebd35bfb4c60ffe4b8146ef17? No problem.

dblock commented 7 years ago

I opened https://github.com/dblock/fui/issues/25 for you @Shachlan, thanks!

You should PR a RELEASING.md like this one: https://github.com/dblock/ruby-enum/blob/master/RELEASING.md, for the next person.

What's your Rubygems email for access?

Shachlan commented 7 years ago

nihohit at gmail

Shachlan commented 7 years ago

Also, what's Travis CI? How do I send a build to it?

dblock commented 7 years ago

Travis is https://travis-ci.org/, automatically runs builds (tests) for master and pull requests.

https://travis-ci.org/dblock/fui

So you don't need to send anything to it manually.