rules_xcodeproj
rules_xcodeproj copied to clipboard
Feature Request: Support IDETemplateMacros.plist options
The rules already support some of the project_options available in Xcode. It would be great to support installing the IDETemplateMacros.plist equivalent for setting things like the file header template.
This is particularly nice at a large organization where you'd like to set the license header for all files created by Xcode.
Duplicate of #499?
Do those live inside of the .xcodeproj? I recall them being external to that. If so, I think it's out of scope of the project, at least as a first class thing. What I think we could support is running custom pre or post generation scripts as part of installer.sh.
Templates would be nice and those do live outside of the Xcode project from what I understand, so some hook into project generation would work there.
For the file header though, that's done via IDETemplateMacros.plist which can live under the .xcodeproj, according to: https://matrejek.eu/posts/customizing-xcode-header-comments
Can we rename this issue to focus on IDETemplateMacros.plist and leave #499 for templates?
I'll try to pick this up soon