new CFPropertyList and fixed problem with nil
This commit is contained in:
parent
14ae6ff27f
commit
ef9275886e
107 changed files with 2 additions and 6761 deletions
|
@ -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
|
||||
|
|
Reference in a new issue