forked from larryaasen/upgrader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
testappcast_critical.xml
24 lines (23 loc) · 979 Bytes
/
testappcast_critical.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
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
<channel>
<title>For unit test only</title>
<item>
<title>Version 4.0.0</title>
<enclosure url="http://localhost:1337/Sparkle_Test_App.zip"
sparkle:version="4.0" sparkle:os="iOS"/>
<sparkle:version>4.0.0</sparkle:version>
<sparkle:shortVersionString>4.0.0</sparkle:shortVersionString>
</item>
<item>
<title>Version 3.0.0</title>
<enclosure url="http://localhost:1337/Sparkle_Test_App.zip"
sparkle:version="3.0" sparkle:os="android"/>
<sparkle:version>3.0.0</sparkle:version>
<sparkle:shortVersionString>3.0.0</sparkle:shortVersionString>
<sparkle:tags>
<sparkle:criticalUpdate/>
</sparkle:tags>
</item>
</channel>
</rss>