-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappcast.xml
26 lines (26 loc) · 969 Bytes
/
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
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
<channel>
<title>Lumi Life+</title>
<!-- iOS Release -->
<item>
<title>Version 2.0.0</title>
<description>Minor updates and improvements for iOS</description>
<pubDate>Sat, 18 Feb 2025 10:00:00 +0000</pubDate>
<enclosure
url="https://apps.apple.com/us/app/lumi-life/id1637365062"
sparkle:version="2.0.0"
sparkle:os="iOS" />
</item>
<!-- Android Release -->
<item>
<title>Version 2.0.0</title>
<description>Minor updates and improvements for Android</description>
<pubDate>Sat, 18 Feb 2025 10:00:00 +0000</pubDate>
<enclosure
url="https://play.google.com/store/apps/details?id=com.lumi.lumilife"
sparkle:version="2.0.0"
sparkle:os="android" />
</item>
</channel>
</rss>