Re: Private NIBs?
Re: Private NIBs?
- Subject: Re: Private NIBs?
- From: Vince DeMarco <email@hidden>
- Date: Thu, 1 Aug 2002 08:39:39 -0700
On Thursday, August 1, 2002, at 05:42 AM, Robert Fischer wrote:
On Thursday, August 1, 2002, at 07:28 AM, Erik J. Barzeski wrote:
On 8/1/02 1:04am, "Phillip A. Kavan" <email@hidden> wrote:
hi there,
is it possible to keep my NIB files private? i.e. - i don't want the
general public to be able to open my NIBs in Interface Builder and
start
checking out one of my proprietary Controller object instances and
all
of its connections, for example.
i checked the IB FAQ & release notes...there doesn't appear to be any
info pertaining to this in there. i know i can lock connections, but
i'd
rather make it foolproof and prevent my users from being able to ever
open the NIB at all in IB.
Delete the classes.nib and info.nib files.
I am sorry to say that this one does not help very well. If you create
a minimum classes.nib and info.nib the nib is openable in IB, outlets
and actions appear, only the hierarchies of own classes are missing.
This is as close as you are going to get to keeping the nib private.
(the info.nib file is also not ever necessary, its used by IB to store
stuff other than class information)
vince
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.