-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathappcast.xml
64 lines (64 loc) · 2.15 KB
/
appcast.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?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>Sketch Distributor</title>
<link>http://sparkle-project.org/files/sparkletestcast.xml</link>
<description>Distribute selected objects vertically or horizontally with exact spacing.</description>
<language>en</language>
<item>
<title>Version 1.1</title>
<description>
<![CDATA[
<ul>
<li>Minor update v1.1</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/PEZ/SketchDistributor/archive/master.zip" sparkle:version="1.1" />
</item>
<item>
<title>Version 1.1.1</title>
<description>
<![CDATA[
<ul>
<li>Bug fix for distributing grouped layers, v1.1.1</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/PEZ/SketchDistributor/archive/master.zip" sparkle:version="1.1.1" />
</item>
<item>
<title>Version 1.2.1</title>
<description>
<![CDATA[
<ul>
<li>Add option to distribute between centers, v1.2.1</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/PEZ/SketchDistributor/archive/master.zip" sparkle:version="1.2.1" />
</item>
<item>
<title>Version 1.2.2</title>
<description>
<![CDATA[
<ul>
<li>Remove some debug logging, v1.2.2</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/PEZ/SketchDistributor/archive/master.zip" sparkle:version="1.2.2" />
</item>
<item>
<title>Version 1.2.3</title>
<description>
<![CDATA[
<ul>
<li>Fix crash caused by Sketch 72 API change, v1.2.3</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/PEZ/SketchDistributor/archive/master.zip" sparkle:version="1.2.3" />
</item>
</channel>
</rss>