Choosing Who Sees Header Files

A framework contains the headers that other developers will need. These come in two folders:

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:

  1. Click the Targets tab, select the target's name, click the Files tab, and open the Headers folder.
  2. Click Pub (for public) or Priv (for private) so the word changes from gray to black.