开发者

xcode4 template format question

开发者 https://www.devze.com 2023-02-17 21:50 出处:网络
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 projec

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 proje开发者_开发技巧cts at once updating just one file. Thanks!


Did you try hard link to the file from your template directory?

0

精彩评论

暂无评论...
验证码 换一张
取 消