Custom the header comment for every project.
I created a plist
file called IDETemplateMacros.plist
and it's custom the header comment for all project but I need custom header for specific project, not for all the project and revert the custom text macro to default.
//
// CategoryViewController.swift
// ToDoey
//
// Created by Swetha on 28/01/19.
// Copyright © 2019 Swetha. All rights reserved.
//
to
//Hey..CategoryViewController.swift
I deleted the IDETemplateMacros.plist but it doesn't revert the text macro to default.
I expect the default text macro.