Re: NSBundle
Re: NSBundle
- Subject: Re: NSBundle
- From: Nat! <email@hidden>
- Date: Tue, 3 Jul 2001 11:38:20 +0200
Am Montag, 2. Juli 2001 um 18:40 schrieb Douglas Davidson:
I believe what Eric was recommending was something more like this:
MyApp.app
Contents
MacOS
MyApp
Resources
bible
bibledata
English.lproj
MyApp.nib
Then in MyApp,
[theTask setLaunchPath:[[NSBundle mainBundle] pathForResource:@"bible"
ofType:@""]];
Douglas Davidson
I always wanted to ask this: Why is there a "Contents" folder inside the
bundle ? Contents is such a generic term, that it'd be not meaningful to
put anything outside of Contents (IMO). At least I have never seen
anything besides "Contents" there. Maybe Mac OS X would even be a
smidgen faster, if Apple would get rid of it ?
Nat!