Read keys from info.plist
Read keys from info.plist
- Subject: Read keys from info.plist
- From: Christoph Vonrhein <email@hidden>
- Date: Sun, 2 Sep 2007 23:20:15 -0700
Hi,
I try to read a key from the info.plist file. I know that I can read the "standard" keys like this:
CFBundleRef bundle = CFBundleGetBundleWithIdentifier(CFSTR("com.chv.myTestPlugin")); CFStringRef aStr = (CFStringRef)CFBundleGetValueForInfoDictionaryKey(bundle,CFSTR("CFBundleName"));
But when I try to read a key from the ProPlugPlugInList section, like the displayName or infoString I always wind up with an empty string.
I need this for a plugin that has more than one ProPlugPlugInList array entries. How can I read those keys from the ProPlugPlugInList section ?
Christoph Vonrhein
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Pro-apps-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden