The original Appcast implementation in Objective C supports reading of all additional (unrecognized) XML elements in the <item> tag.
This feature was removed because the SUAppcastItem.propertiesDictionary was not compatible with the sendable rules.
The SUAppcastItem can use a different approach and report all unrecognized XML elements with their value and attributes as string-only values.
The original Appcast implementation in Objective C supports reading of all additional (unrecognized) XML elements in the
<item>tag.This feature was removed because the
SUAppcastItem.propertiesDictionarywas not compatible with the sendable rules.The
SUAppcastItemcan use a different approach and report all unrecognized XML elements with their value and attributes as string-only values.