出自干货群友妖孽同学:
http://naotou.github.io/2016-01-21/2015-01-21/
brew install exiftool
find . -path '*src/main/res/*' -name '*.png' -exec exiftool -overwrite_original -all= {} \;
出自干货群友妖孽同学:
http://naotou.github.io/2016-01-21/2015-01-21/
brew install exiftool
find . -path '*src/main/res/*' -name '*.png' -exec exiftool -overwrite_original -all= {} \;