Skip to content

Instantly share code, notes, and snippets.

@kprofic
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save kprofic/914257d2575a0b93b95d to your computer and use it in GitHub Desktop.

Select an option

Save kprofic/914257d2575a0b93b95d to your computer and use it in GitHub Desktop.
// http://matthewmorey.com/improved-xcode-build-phases/
echo "Total lines of code:"
find "${SRCROOT}" \( -name "*.h" -or -name "*.m" \) -and \( -path "${SRCROOT}/Pods/*" -prune -o -print0 \) | xargs -0 cat | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment