Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

newformac

macrumors regular
Original poster
May 24, 2011
107
0
hi all,

please tell me how can i work on .plist?

how can create ,write,modify and get the existing value from .plist file?

please help me for this.

thanks in advance.
 
There is also:

CFPropertyListCreateData (with kCFPropertyListXMLFormat_v1_0)
CFPropertyListCreateFromXMLData

In CoreFoundation if you work with C or C++. These functions take as argument, and produces a CFDictionary respectively, which can also be used as NSDictionary from Obj-C.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.