Skip to content

Instantly share code, notes, and snippets.

@kocoai
Last active July 11, 2019 12:25
Show Gist options
  • Save kocoai/4327991 to your computer and use it in GitHub Desktop.
Save kocoai/4327991 to your computer and use it in GitHub Desktop.
generate xib strings file #xcode #ios
for FILE in "$@"
do
NAME=$FILE:r
ibtool --generate-strings-file $NAME.strings $NAME.xib
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment