1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-10-27 18:34:58 +03:00

GH-220 Fix appcast template

This commit is contained in:
Tae Won Ha 2016-10-14 22:24:50 +02:00
parent 9467c4c024
commit 967e4bd784
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -1,17 +1,27 @@
<item>
<title>${title}</title>
<description><![CDATA[
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>VimR with NeoVim</title>
<link>http://vimr.org</link>
<description>Most recent changes with links to updates for VimR.</description>
<language>en</language>
<item>
<title>${title}</title>
<description><![CDATA[
${release_notes}
]]></description>
<sparkle:releaseNotesLink>
${release_notes_link}
</sparkle:releaseNotesLink>
<pubDate>${publication_date}</pubDate>
<sparkle:minimumSystemVersion>10.11.0</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>
<sparkle:releaseNotesLink>
${release_notes_link}
</sparkle:releaseNotesLink>
<pubDate>${publication_date}</pubDate>
<sparkle:minimumSystemVersion>10.11.0</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>
</channel>
</rss>