-
Notifications
You must be signed in to change notification settings - Fork 0
/
version.xml
31 lines (31 loc) · 1.3 KB
/
version.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"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
<channel>
<title>Deall HRIS - Appcast</title>
<item>
<title>Version 1.0.0</title>
<description>desc</description>
<pubDate>Sun, 30 Dec 2018 12:00:00 +0000</pubDate>
<!-- add these lines to force users updating their app. -->
<sparkle:tags>
<sparkle:criticalUpdate></sparkle:criticalUpdate>
</sparkle:tags>
<!-- add these lines to force users updating their app. -->
<enclosure sparkle:version="1.0.4" sparkle:os="android" />
</item>
</channel>
<channel>
<title>Deall HRIS - Appcast</title>
<item>
<title>Version 1.0.0</title>
<description>desc</description>
<pubDate>Sun, 30 Dec 2018 12:00:00 +0000</pubDate>
<!-- add these lines to force users updating their app. -->
<sparkle:tags>
<sparkle:criticalUpdate></sparkle:criticalUpdate>
</sparkle:tags>
<!-- add these lines to force users updating their app. -->
<enclosure sparkle:version="1.0.4" sparkle:os="ios" />
</item>
</channel>
</rss>