Re: Checksum of App/NIB
Re: Checksum of App/NIB
- Subject: Re: Checksum of App/NIB
- From: Itrat Khan <email@hidden>
- Date: Sat, 3 Aug 2002 11:28:20 -0400
On Friday, August 3, 2001, at 10:56 AM, Luke Sands wrote:
So can someone tell me how to get a path to one of the class.nib /
info.nib etc which is in a nib bundle which is in my app bundle....
Your best bet is to load the desired nib file using NSFileWrapper and
checksum the resulting NSData representation. To get the nib file, you
can either hard-code it using NSBundle's pathForResource:@"mynib"
ofType:@"nib" or use NSDirectoryEnumerator to search for all files in
your application directory with a .nib extension.
Regards,
Itrat.
............................................................
Modeless Software, Inc.
London, Ontario (Canada)
Tel: +1 519 473 2037
Web: www.modeless.com
_______________________________________________
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.