
Change created by tag in Xcode… Simple TIP!
If you want to change the header commented code tag
// Created by {my name here} on 8/4/20.
// Copyright 2020 __{my company name here}__. All rights reserved.
This name and company template is usually filled with your User and Company, the one is set on: System Preferences –> Users & Groups –> Current User
But if you have a different User, like a private or trivial one, regardless, you can change this name and other variables in the file header by creating a property list file called: IDETemplateMacros.plist
Continue reading Change created by commented code tag in XcodE