We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The update feed may have additional elements which are not yet parsed by the Appcast item SUAppcastItem class.
SUAppcastItem
Additional field to parse:
displayVersionString
<sparkle:shortVersionString>
sparkle:shortVersionString
<enclosure>
date
<pubDate>
installationType
sparkle:installationType
<item> <title>Version 1.4 (241)</title> <description>Latest app release.</description> <pubDate>Sat, 26 Jul 2014 15:20:11 +0000</pubDate> <sparkle:version>241</sparkle:version> <sparkle:shortVersionString>1.4</sparkle:shortVersionString> <enclosure url="http://localhost:1337/Sparkle_Test_App.zip" sparkle:installationType="package" /> </item>
The text was updated successfully, but these errors were encountered:
Add parsing of the sparkleShortVersion value into the `SUAppcastIte…
sparkleShortVersion
9c4dee4
…m.displayVersionString` property Issue #4
SUAppcastItem.displayVersionString
jozefizso
No branches or pull requests
The update feed may have additional elements which are not yet parsed by the Appcast item
SUAppcastItem
class.Additional field to parse:
displayVersionString
- value of the<sparkle:shortVersionString>
element, or thesparkle:shortVersionString
attribute from the<enclosure>
element.date
- value of the<pubDate>
element.installationType
- value of thesparkle:installationType
attribute in the<enclosure>
element.Sample update item
The text was updated successfully, but these errors were encountered: