xcode4 template format question
问题 xcode4 uses new format for project templates (xctemplate). With existing templates I was able to get everything I needed except adding a file into the project without copying it. I need all the projects created from my template to use shared resource, so I could update all projects at once updating just one file. Thanks! 回答1: Did you try hard link to the file from your template directory? 来源: https://stackoverflow.com/questions/5375234/xcode4-template-format-question