Skip to content

Instantly share code, notes, and snippets.

@tilfin
Created June 6, 2018 15:42
Show Gist options
  • Save tilfin/5aba72bb81f898edec095de0794e974f to your computer and use it in GitHub Desktop.
Save tilfin/5aba72bb81f898edec095de0794e974f to your computer and use it in GitHub Desktop.
Remove Xcode file header 'Created by ~ Corpyright ~ All rights reserved.'
find . -name "*.swift" | xargs perl -i -0pe 's/\/\/\s*Created\s*by[^\n]+\n\/\/\s*Copyright[^\n]+\n\/\/\n//m'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment