forked from larryaasen/upgrader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
testappcastmulti.xml
63 lines (63 loc) · 1.83 KB
/
testappcastmulti.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
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
<channel>
<title>Releases</title>
<item>
<title>Android Release</title>
<enclosure sparkle:version="2.1.1" sparkle:os="android"/>
</item>
<item>
<title>Android Release</title>
<enclosure sparkle:version="2.1.2" sparkle:os="android"/>
</item>
<item>
<title>Fuchsia Release</title>
<enclosure sparkle:version="2.2.1" sparkle:os="fuchsia"/>
</item>
<item>
<title>Fuchsia Release</title>
<enclosure sparkle:version="2.2.2" sparkle:os="fuchsia"/>
</item>
<item>
<title>iOS Release</title>
<enclosure sparkle:version="2.3.1" sparkle:os="ios"/>
</item>
<item>
<title>iOS Release</title>
<enclosure sparkle:version="2.3.2" sparkle:os="ios"/>
</item>
<item>
<title>Linux Release</title>
<enclosure sparkle:version="2.4.1" sparkle:os="linux"/>
</item>
<item>
<title>Linux Release</title>
<enclosure sparkle:version="2.4.2" sparkle:os="linux"/>
</item>
<item>
<title>macOS Release</title>
<enclosure sparkle:version="2.5.1" sparkle:os="macos"/>
</item>
<item>
<title>macOS Release</title>
<enclosure sparkle:version="2.5.2" sparkle:os="macos"/>
</item>
<item>
<title>Windows Release</title>
<enclosure sparkle:version="2.6.1" sparkle:os="windows"/>
</item>
<item>
<title>Windows Release</title>
<enclosure sparkle:version="2.6.2" sparkle:os="windows"/>
</item>
<item>
<title>Web Release</title>
<enclosure sparkle:version="2.7.1" sparkle:os="web"/>
</item>
<item>
<title>Web Release</title>
<enclosure sparkle:version="2.7.2" sparkle:os="web"/>
</item>
</channel>
</rss>