Re: loading executable code, NSBundle
Re: loading executable code, NSBundle
- Subject: Re: loading executable code, NSBundle
- From: Andreas Wolf <email@hidden>
- Date: Tue, 1 May 2001 18:41:28 -0700
Yes, I wanted to Bundle an entire Application.
It needed to be recompiled as a Bundle, i.e. with the BNDL flag in PB.
Other than that no changes were necessary. I left the main function
and the main nib file in the Project.
NSBundle loaded the app flawlessly (behind the scenes it is no longer an
app, is it?).
Thanx,
-A