CFBundleGetInfoString Question
CFBundleGetInfoString Question
- Subject: CFBundleGetInfoString Question
- From: Tom Gray <email@hidden>
- Date: Tue, 26 Nov 2002 23:30:08 -0500
How can I get a hold of CFBundleGetInfoString from within my program?
I tried this:
NSDictionary *pListStrings;
pListStrings = [NSDictionary dictionaryWithContentsOfFile:[[NSBundle
mainBundle] pathForResource:@"Info" ofType:@"pList"]];
NSLog(@"count:%i", [pListStrings count]);
NSLog([pListStrings objectForKey:@"CFBundleGetInfoString"]);
But ran into a series of errors.
Tom Gray
-------------
email@hidden
or
email@hidden
_______________________________________________
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.