Last active
September 11, 2017 09:06
-
-
Save julianburr/3d2229f27835d92a5fa9d7e2a1f158b8 to your computer and use it in GitHub Desktop.
Test appcast.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>Test Plugin</title> | |
<link>http://sparkle-project.org/files/sparkletestcast.xml</link> | |
<description>Brilliant Hello World Plugin</description> | |
<language>en</language> | |
<item> | |
<title>Version 1.1</title> | |
<description> | |
<![CDATA[ | |
<ul> | |
<li>Minor update v1.1</li> | |
</ul> | |
]]> | |
</description> | |
<enclosure url="https://brillianthello.sketchplugins.com/files/HelloWorldSketchPluginTestv11.zip" sparkle:version="1.1" /> | |
</item> | |
<item> | |
<title>Version 1.2</title> | |
<description> | |
<![CDATA[ | |
<ul> | |
<li>Minor update v1.2</li> | |
</ul> | |
]]> | |
</description> | |
<enclosure url="https://brillianthello.sketchplugins.com/files/HelloWorldSketchPluginTestv12.zip" sparkle:version="1.2" /> | |
</item> | |
<item> | |
<title>Version 2.0</title> | |
<description> | |
<![CDATA[ | |
<ul> | |
<li>Major update v2.0</li> | |
</ul> | |
]]> | |
</description> | |
<enclosure url="https://brillianthello.sketchplugins.com/files/HelloWorldSketchPluginTestv20.zip" sparkle:version="2.0" /> | |
</item> | |
</channel> | |
</rss> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment