-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappcast.xml
More file actions
34 lines (31 loc) · 1.51 KB
/
Copy pathappcast.xml
File metadata and controls
34 lines (31 loc) · 1.51 KB
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
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Phim Changelog</title>
<link>https://github.com/roelvangils/phim/releases/latest/download/appcast.xml</link>
<description>Most recent changes with links to updates.</description>
<language>en</language>
<!-- Example update item - duplicate and modify for each release -->
<item>
<title>Version 1.0.1</title>
<description><![CDATA[
<h2>What's New in Version 1.0.1</h2>
<ul>
<li>Added automatic update checking via Sparkle framework</li>
<li>Improved vibrancy performance</li>
<li>Fixed clipboard URL detection issues</li>
</ul>
]]></description>
<pubDate>Mon, 14 Jan 2025 12:00:00 +0000</pubDate>
<sparkle:minimumSystemVersion>15.0</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/roelvangils/phim/releases/download/v1.0.1/Phim-1.0.1.zip"
sparkle:version="2"
sparkle:shortVersionString="1.0.1"
sparkle:edSignature="YOUR_EDDSA_SIGNATURE_HERE"
length="12345678"
type="application/octet-stream" />
</item>
<!-- Add more items here for each release -->
</channel>
</rss>