1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-23 19:21:53 +03:00
vimr/resources/appcast_template.xml

15 lines
528 B
XML
Raw Normal View History

<item>
<title>${title}</title>
<sparkle:releaseNotesLink>
${release_notes_link}
</sparkle:releaseNotesLink>
<pubDate>${publication_date}</pubDate>
<sparkle:minimumSystemVersion>${min_macos_version}</sparkle:minimumSystemVersion>
<enclosure url="${file_url}"
sparkle:version="${bundle_version}"
sparkle:shortVersionString="${marketing_version}"
sparkle:dsaSignature="${signature}"
length="${file_length}"
type="application/octet-stream" />
</item>