Skip to content

Commit

Permalink
Merge pull request #121 from trufae/macos
Browse files Browse the repository at this point in the history
Update readme to reflect that PLIST is not mac-specific
  • Loading branch information
mreinstein authored Apr 26, 2022
2 parents 447b377 + f0828e2 commit eda8e38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plist.js
========
### Mac OS X Plist parser/builder for Node.js and browsers
### Apple's Property list parser/builder for Node.js and browsers

[![Build Status](https://travis-ci.org/TooTallNate/plist.js.svg?branch=master)](https://travis-ci.org/TooTallNate/plist.js)

Provides facilities for reading and writing Mac OS X Plist (property list)
files. These are often used in programming OS X and iOS applications, as
well as the iTunes configuration XML file.
Provides facilities for reading and writing Plist (property list) files.
These are often used in programming OS X and iOS applications, as well
as the iTunes configuration XML file.

Plist files represent stored programming "object"s. They are very similar
to JSON. A valid Plist file is representable as a native JavaScript Object
Expand Down

0 comments on commit eda8e38

Please sign in to comment.