I was streaming my work on coffee_ the other day, and @MikaelaCaron sent me a snippet on how to find how many lines of code the app was. If you're just here for the code snippet, then here it is. find . -path ./Pods -prune -o -name '*.swift' -print0 ! -name