Module | Plist |
In: |
lib/plist.rb
lib/plist/parser.rb lib/plist/generator.rb |
Copyright 2006-2010 Ben Bleything and Patrick May Distributed under the MIT License
VERSION | = | '3.1.0' |
Note that I don‘t use these two elements much:
+ Date elements are returned as DateTime objects. + Data elements are implemented as Tempfiles
Plist::parse_xml will blow up if it encounters a data element. If you encounter such an error, or if you have a Date element which can‘t be parsed into a Time object, please send your plist file to plist@hexane.org so that I can implement the proper support.