vokal / Cat2Cat

Creates a category on UIImage from Asset Catalogs in order to reduce typos and enable auto-complete with image names.
MIT License
46 stars 11 forks source link

Post-merge updates #8

Closed designatednerd closed 10 years ago

designatednerd commented 10 years ago

@bryanluby You wanna give this the thumbs up?

netbe commented 10 years ago

Hi,

I was wondering about the integration with cocoapods. Do you have some instructions? I made it work on my project in copying the Cat2CatSampleScript.sh to a new script,editing it and running as a build phase.

Is it the way to go?

designatednerd commented 10 years ago

You can either go that way or create a separate target for the sample script so it doesn't run every time you build. There is an example of this technique in the sample apps included with the project.

netbe commented 10 years ago

Ok thks, I should have updated the README then. @designatednerd I am thinking about make it as a xcode plugin, what do you think?

designatednerd commented 10 years ago

I've certainly considered it, but I don't have time at the moment. If you'd like to do it, go nuts. Otherwise, please open an issue and I'll mark it as an enhancement and when I get some time, I'll take a run at it.

bryanluby commented 10 years ago

Good to pull.