new CFPropertyList and fixed problem with nil

This commit is contained in:
Jeena Paradies 2010-06-18 15:03:41 +02:00
parent 14ae6ff27f
commit ef9275886e
107 changed files with 2 additions and 6761 deletions

View file

@ -14,7 +14,7 @@ class Array
end
plist = CFPropertyList::List.new
plist.value = CFPropertyList.guess(array)
plist.value = CFPropertyList.guess(array, :convert_unknown_to_string => true)
plist.to_str(options[:plist_format])
end
end