RomainBoulay / XCode-Headers

Quickly replace XCode file headers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XCode-Headers

Regex in XCode

Replace

(\/\/\s+[\w\+]+.[hm]\s[\s\S]+\/\/\s+Created)

By

// __PROJECTNAME__. Created

Command line script

cd /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Templates/File Templates

sudo ./updateHeaders.sh

About

Quickly replace XCode file headers

License:MIT License


Languages

Language:Shell 100.0%