Skip to content

Instantly share code, notes, and snippets.

@Tokuriku
Tokuriku / Count lines of code in Xcode project
Last active June 30, 2024 21:09 — forked from ccabanero/Count lines of code in Xcode project
Count lines of code in SWIFT Xcode project
1. Open Terminal
2. cd to your Xcode project
3. Execute the following when inside your target project:
find . -name "*.swift" -print0 | xargs -0 wc -l
@IsaacXen
IsaacXen / README.md
Last active September 16, 2024 17:50
(Almost) Every WWDC videos download links for aria2c.