| 1 | <?xml version="1.0" encoding="utf-8"?> |
|---|
| 2 | <rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/"> |
|---|
| 3 | <channel> |
|---|
| 4 | <title>Your Great App's Changelog</title> |
|---|
| 5 | <link>http://you.com/app/appcast.xml</link> |
|---|
| 6 | <description>Most recent changes with links to updates.</description> |
|---|
| 7 | <language>en</language> |
|---|
| 8 | <item> |
|---|
| 9 | <title>Version 2.0 (2 bugs fixed; 3 new features)</title> |
|---|
| 10 | <sparkle:releaseNotesLink> |
|---|
| 11 | http://you.com/app/2.0.html |
|---|
| 12 | </sparkle:releaseNotesLink> |
|---|
| 13 | <pubDate>Wed, 09 Jan 2006 19:20:11 +0000</pubDate> |
|---|
| 14 | <enclosure url="http://you.com/app/Your Great App 2.0.zip" sparkle:version="2.0" length="1623481" type="application/octet-stream" sparkle:dsaSignature="BAFJW4B6B1K1JyW30nbkBwainOzrN6EQuAh" /> |
|---|
| 15 | </item> |
|---|
| 16 | |
|---|
| 17 | <item> |
|---|
| 18 | <title>Version 1.5 (8 bugs fixed; 2 new features)</title> |
|---|
| 19 | <sparkle:releaseNotesLink> |
|---|
| 20 | http://you.com/app/1.5.html |
|---|
| 21 | </sparkle:releaseNotesLink> |
|---|
| 22 | <pubDate>Wed, 01 Jan 2006 12:20:11 +0000</pubDate> |
|---|
| 23 | <enclosure url="http://you.com/app/Your Great App 1.5.zip" sparkle:version="1.5" length="1472893" type="application/octet-stream" sparkle:dsaSignature="234818feCa1JyW30nbkBwainOzrN6EQuAh" /> |
|---|
| 24 | </item> |
|---|
| 25 | |
|---|
| 26 | <!-- Now here's an example of a version with a weird internal version number (like an SVN revision) but a human-readable external one. --> |
|---|
| 27 | <item> |
|---|
| 28 | <title>Version 1.4 (5 bugs fixed; 2 new features)</title> |
|---|
| 29 | <sparkle:releaseNotesLink> |
|---|
| 30 | http://you.com/app/1.4.html |
|---|
| 31 | </sparkle:releaseNotesLink> |
|---|
| 32 | <pubDate>Wed, 25 Dec 2005 12:20:11 +0000</pubDate> |
|---|
| 33 | <enclosure url="http://you.com/app/Your Great App 1.4.zip" sparkle:version="241" sparkle:shortVersionString="1.4" sparkle:dsaSignature="MC0CFBfeCa1JyW30nbkBwainOzrN6EQuAh=" length="1472349" type="application/octet-stream" /> |
|---|
| 34 | </item> |
|---|
| 35 | </channel> |
|---|
| 36 | </rss> |
|---|