Changing XCode File Header Comments

Neo
1 min readNov 23, 2023

If you have ever tried to change the standard header of an Xcode swift file, you would find that it’s a little unintuitive as Apple does not really tell you how to, and even worse, every time you update Xcode, the templates directory gets overwritten.

I definitely do not like the default templates Xcode provides, so I wrote a bash script to help me do most of the hard work automatically.

--

--