Pealist
An Elixir library to parse files in Appleās binary property list format.
This library was forked from plist which appears unmaintained as of 2025.
Installation
Add pealist to your list of dependencies in mix.exs:
def deps do
[{:pealist, "~> 0.1"}]
endUsage
plist = File.read!(path) |> Pealist.decode()