Reputation: 21025
I've visited Change templates in Xcode , but I don't think it is exactly what I want to do.
Xcode adds a copyright message to the top of each file that you create and populates it with fields like name, copyright etc, which it reads from somewhere.
I want to know: 1) How to bulk change the copyright message on files that have already been created. 2) Change the settings, so that for new files it specifies different name / company in template.
Upvotes: 1
Views: 205
Reputation: 119272
1) find and replace :(
2) the name and company are taken from your card in the Address Book app.
Upvotes: 2
Reputation: 21883
I would use the Search Navigator. You can do regex based searches, customise the scope of the search and then replace values, including group values from the search.
Upvotes: 1