Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Making headers public in Xcode Framework

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.

like image 885
jonnyv Avatar asked Sep 10 '25 06:09

jonnyv


1 Answers

  1. Cmd-Click all header files you want to modify in the group tree.
  2. Ctrl-Click them an choose "Set Role" -> "Public"
like image 73
Thomas Zoechling Avatar answered Sep 13 '25 02:09

Thomas Zoechling