Is there a fast way to make headers public when setting up a Framework in Xcode? I always have to click through one by one, changing each one from private to public. This irks me. Thanks.
+3
A:
- Cmd-Click all header files you want to modify in the group tree.
- Ctrl-Click them an choose "Set Role" -> "Public"
weichsel
2009-12-10 07:47:28
Awesome, thanks!!
jonnyv
2009-12-10 08:07:27