This repository contains a file header template for Xcode projects under the Agent Spy organization. This template helps maintain consistent file headers across all projects and improve code documentation.
git clone https://github.com/Agent-Spy/File-Header-Template.gitIf your project has a workspace, use the workspace level path; otherwise, use the project level path:
cp Sources/IDETemplateMacros.plist <ProjectName>.xcodeproj/xcshareddata/IDETemplateMacros.plistcp Sources/IDETemplateMacros.plist <WorkspaceName>.xcworkspace/xcshareddata/IDETemplateMacros.plistNote: You may need to create the
xcshareddatafolder if it doesn't exist. You can do this through Finder by right-clicking on the.xcodeprojor.xcworkspacefile and selecting "Show Package Contents", or via command line.
- Choose the appropriate installation location from above based on your needs:
- Use workspace level if your project has a workspace
- Use project level for standalone projects
- Copy the template file to your chosen location
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
See CONTRIBUTORS for a list of the project contributors.