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

Check if new output would be identical to existing file before overwriting #28

Open vokal-isaac opened 9 years ago

vokal-isaac commented 9 years ago

This won't save much time, but it will mean that the output file won't "change" (have a new mod time) from running cat2cat on the same input.

designatednerd commented 9 years ago

This would basically just be reading the existing file in and comparing the strings, right?

vokal-isaac commented 9 years ago

That's my first thought on how to implement it... well, except that we might be rendering straight to the file and not creating the string in-memory.