views:

8

answers:

0

I saw this question about changing them all at once, which was helpful. But I was wondering if there is a way to set a (hopefully per-project or per target) default role (public/private/project) for header files?

I have a static library project and a main project that depends on it. I often forget to set the header role to public when I add a new file. This will become more of a problem soon when more people start working on the library; I'd rather not have to double check them on this if I can avoid it.