generate ib strings file
for FILE in "$@" do NAME=$FILE:r ibtool --generate-strings-file $NAME.strings $NAME.xib done