Re: XML parsar for Info.plist files
Re: XML parsar for Info.plist files
- Subject: Re: XML parsar for Info.plist files
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 25 May 2005 17:38:06 -0600
On May 25, 2005, at 5:14 PM, Yee Hsu wrote:
Does anyone know if there is already an XML parser I can use out
there to parse this file or do I have to write my own XML parser?
I just need to read the product name and version from this file.
If it's the Info.plist file inside your own application, then you
should be able to use CFBundle or NSBundle to read it. If it's inside
another application, then you can still read it by using the
CFDictionary or NSDictionary methods to load a property list. You can
find out more by reading the documentation for the above objects.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden