forked from larryaasen/upgrader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
testappcast_macos.xml
31 lines (31 loc) · 1.3 KB
/
testappcast_macos.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
<?xml version="1.0" encoding="utf-8"?>
<!-- https://sparkle-project.org/documentation/publishing/ -->
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
<channel>
<title>For unit test only</title>
<item>
<title>Version 2.0</title>
<description>This is an update.</description>
<pubDate>Sat, 26 Jul 2014 15:20:11 +0000</pubDate>
<enclosure url="http://localhost:1337/Sparkle_Test_App.zip" sparkle:version="2.0" sparkle:os="macos" />
<sparkle:tags> <sparkle:criticalUpdate /> </sparkle:tags>
</item>
<item>
<title>Version 3.0</title>
<enclosure url="http://localhost:1337/Sparkle_Test_App.zip" sparkle:version="3.0" />
</item>
<!-- A release testing minimumSystemVersion -->
<item>
<title>Version 4.0</title>
<pubDate>Sat, 26 Jul 2014 15:20:13 +0000</pubDate>
<enclosure url="http://localhost:1337/Sparkle_Test_App.zip" sparkle:version="4.0" />
<sparkle:minimumSystemVersion>17.0.0</sparkle:minimumSystemVersion>
</item>
<!-- A release testing maximumSystemVersion -->
<item>
<title>Version 5.0</title>
<sparkle:version>5.0</sparkle:version>
<sparkle:maximumSystemVersion>2.0.0</sparkle:maximumSystemVersion>
</item>
</channel>
</rss>