This is a bit tricky, but not impossible and quite an easy process. First of all let’s see what with this .plist files? In the Mac OS X Cocoa, NeXTSTEP, and GNUstep 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.
[via Wikipedia]
Continue reading “HowTo: Edit .plist Files on Windows And Fix iPhone Stuck At Boot Logo”
