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

Folder Watches #5

Closed jimrutherford closed 9 years ago

jimrutherford commented 10 years ago

Would be very cool if this project could be integrated with Cat2Cat - where when a change is made to your Assets catalog, the script runs automagically:

https://github.com/mneorr/xclisten

designatednerd commented 10 years ago

I'll have to take a look at that - Ruby's definitely not my forte, but it seems like a solid concept.

designatednerd commented 9 years ago

@jimrutherford This is now addressed via XcodeAutoBasher, which will allow you to watch any folder and run any script (so it works with other stuff like MOGenerator and Square's ObjC CodeGenUtils).

If you have any feature requests for that sort of thing, feel free to open up an issue on that repo. Thanks for the suggestion!