XCode: Copy Headers: Public vs. Private vs. Project?
That seems to be a good explanation but i still couldn't understand much of it.
public - readable source code? do they mean readable source code of the header file?
private - since i am still working on that part of the implementation, i'll mark that header as private and no one will be able to use it, until i change it back to public and build the library again. ??
project - I couldn't understand anything