Difference between revisions of "PList File Format"

From The iPhone Wiki
Jump to: navigation, search
(Starting a page from Wikipedia... please rewrite and edit accordingly.)
(No difference)

Revision as of 05:05, 7 August 2011

In the Mac OS X and iOS programming frameworks, property list files are files that store serialized objects. Property list files use the filename extension .plist, and thus are often referred to as plist files. Property list files are often used to store a user's settings. They are also used to store information about bundles and applications, a task served by the resource fork in the old Mac OS.