Skip to content

Commit

Permalink
add .pch file to check_files
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-zz-xth-zz-on committed Nov 14, 2014
1 parent 58f5fd9 commit d43c811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unused-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ while getopts ":rp:" optname
done


check_files=`find $PRJ_ROOT -name '*.xib' -o -name '*.storyboard' -o -name '*.[mh]' -o -name '*.java' -o -name '*.xml'`
check_files=`find $PRJ_ROOT -name '*.xib' -o -name '*.storyboard' -o -name '*.[mh]' -o -name '*.pch' -o -name '*.java' -o -name '*.xml'`

for png in `find $PRJ_ROOT -name '*.png'`
do
Expand Down

0 comments on commit d43c811

Please sign in to comment.