Skip to content
New issue

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

Appcast item - parse additional items from the update feed #4

Open
jozefizso opened this issue Nov 29, 2024 · 0 comments
Open

Appcast item - parse additional items from the update feed #4

jozefizso opened this issue Nov 29, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jozefizso
Copy link
Member

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 the sparkle:shortVersionString attribute from the <enclosure> element.
  • date - value of the <pubDate> element.
  • installationType - value of the sparkle:installationType attribute in the <enclosure> element.

Sample update item

<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant