Skip to content

Instantly share code, notes, and snippets.

@ricardopereira
Created August 7, 2016 01:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ricardopereira/31ba7d265db3b1ec77aae6ba8b8891f1 to your computer and use it in GitHub Desktop.
Save ricardopereira/31ba7d265db3b1ec77aae6ba8b8891f1 to your computer and use it in GitHub Desktop.
Issue Generator
# Mark FIXMEs and TODOs as warnings in DEBUG builds excluding the Pods directory.
if which XcodeIssueGenerator >/dev/null; then
XcodeIssueGenerator -b DEBUG -w "FIXME, TODO" -x "Pods/"
else
echo "warning: XcodeIssueGenerator is not installed."
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment