AquaticPrime icon indicating copy to clipboard operation
AquaticPrime copied to clipboard

CF implementation assumes all dictionary values are strings

Open bdrister opened this issue 15 years ago • 0 comments

This is not necessarily the case; for instance, a quantity field might reasonably be an integer (and e.g. the Ruby version will happily generate such integer values in the plist).

Need to decide whether this is something that we are willing to stand behind as a requirement. Either the generators need to be updated to only generate strings, or the validators need to be updated to use the strings out of the XML tags instead of the parsed plist.

bdrister avatar Oct 19 '10 15:10 bdrister