Where are the [hidden] nibs and other resources?
-
In the Finder, when I open up my app's package, I find all my nib
files and other resources. If I open the package of an Apple app,
some nibs and other resources are in there, but many are not. Where
are they? Why aren't they there? Can I hide my stuff, too? Should
I hide my stuff, too? -
Maybe you aren't looking in their localized resource folders?
Matt
On 11 Mar 2008, at 18:08, James Hober wrote:> In the Finder, when I open up my app's package, I find all my nib
> files and other resources. If I open the package of an Apple app,
> some nibs and other resources are in there, but many are not. Where
> are they? Why aren't they there? Can I hide my stuff, too? Should
> I hide my stuff, too?
> _______________________________________________ -
On Mar 11, 2008, at 10:08 AM, James Hober wrote:> In the Finder, when I open up my app's package, I find all my nib
> files and other resources. If I open the package of an Apple app,
> some nibs and other resources are in there, but many are not. Where
> are they? Why aren't they there? Can I hide my stuff, too? Should
> I hide my stuff, too?
Whatever it is you're looking for is probably either being created
programatically or pulled out of another bundle. -
On Mar 11, 2008, at 6:08 PM, James Hober wrote:> In the Finder, when I open up my app's package, I find all my nib
> files and other resources. If I open the package of an Apple app,
> some nibs and other resources are in there, but many are not.> Where are they?
Somewhere else : maybe these resources are parts of a framework
(private or public) or plugins. For instance, Xcode package is
relatively empty.
Nowhere: some nibs just miss some of their components because they are
not required and it both prevents edition and reduce the size footprint.> Why aren't they there?
See above> Can I hide my stuff, too?
Yes. If you don't want your nib to be editable for instance (they
would still be visible though).> Should I hide my stuff, too?
Generally, no.


