When I create an project of OS X normally, and then build it. When I click "Show Package Contents" on the target app, in its ./Contents/Resources directory, all resources (nib files, image files, sound files, etc) are put together.
Now there are several questions:
<1> Can I hide my nib files from user to keep the completeness of it?
<2> This may similar with the first one: can I package other resource files or encrypted them in on or several target file so that user could not modify them? Just like Windows applications do?
<3> Can I organize my resources by directory in target package content? For example, if I show the package content of Firefox, all files are organized pretty.