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

Remove date from generated category file #7

Closed netbe closed 10 years ago

netbe commented 10 years ago

Using a versioning tool (git) and generating the category at build time, the date changes overtime even if the actual code did not change -- no new images.

This is annoying for me (and maybe others).

designatednerd commented 10 years ago

OK, this makes sense. I initially added the date to match actual files, but I suppose if it's generated automatically, it doesn't so much matter when it was generated.

netbe commented 10 years ago

Thanks!