Choosing Who Sees Header
Files
A framework contains the headers that other developers will
need. These come in two folders:
- Public: Headers available to all developers,
placed in the product's Header folder.
- Private: Headers available only to certain developers, placed
in the product's Private Headers folder.
- Internal: Headers that are not placed in the product, and
are available only to those developers working on the framework.
Currently, public and private headers are included in product whenever
it's built. In a future version of Project Builder, you'll choose
whether a product includes only public headers or both public and
private headers.
To choose who sees a header file:
- Click the Targets tab, select the target's
name, click the Files tab, and open the Headers folder.
- Click Pub (for public) or Priv (for private) so the word changes
from gray to black.