Skip to content

Instantly share code, notes, and snippets.

# USAGE:
# parser = Util::PlistParser.new("#{ENV['HOME']}/.cappconfig")
# config_hash = parser.parse!
module Util
class PlistParser
attr_accessor :file
DOCTYPE = /280NPLIST;1.0;D;/