From 48760503af21532eeb9bd019fc13cb94871b5038 Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Mon, 27 Jan 2020 16:15:50 -0800 Subject: [PATCH] Update README.md --- other_project_defaults/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/other_project_defaults/README.md b/other_project_defaults/README.md index 6b71b08..fd2b7ee 100644 --- a/other_project_defaults/README.md +++ b/other_project_defaults/README.md @@ -15,7 +15,9 @@ These must be copied to new repositories, and updated with project-specific deta ### Templates - `IDETemplateMacros.plist` to [customize Xcode header comments](https://oleb.net/blog/2017/07/xcode-9-text-macros/). -Must be placed in `.xcodeproj/xcshareddata/IDETemplateMacros.plist` or `.xcworkspace/xcshareddata/IDETemplateMacros.plist`. +Must be placed in either: + - `.xcodeproj/xcshareddata/IDETemplateMacros.plist` + - `.xcworkspace/xcshareddata/IDETemplateMacros.plist` ## README template