Skip to content

Instantly share code, notes, and snippets.

@samuelmeuli
samuelmeuli / run.sh
Last active March 2, 2020 03:21
Remove Xcode file headers
# Will modify the contents of the Xcode package. Script therefore needs to be run after every update.
# If built-in templates aren't modified and custom templates are created instead, this leads to duplicate
# templates in the Xcode UI
find /Applications/Xcode.app/Contents/Developer/Library/Xcode/Templates/File\ Templates/Source/* -type f -exec sudo perl -0777 -i -pe "s/\/\/___FILEHEADER___\n\n//igs" {} ';'
@samuelmeuli
samuelmeuli / file.md
Created January 13, 2020 17:00
This is a description

Hello

World