Created
June 6, 2018 15:42
-
-
Save tilfin/5aba72bb81f898edec095de0794e974f to your computer and use it in GitHub Desktop.
Remove Xcode file header 'Created by ~ Corpyright ~ All rights reserved.'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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