-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappcast.xml
More file actions
24 lines (23 loc) · 1.12 KB
/
Copy pathappcast.xml
File metadata and controls
24 lines (23 loc) · 1.12 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
<?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>Whisky Updates</title>
<link>https://frankea.github.io/Whisky/appcast.xml</link>
<description>Most recent updates to Whisky</description>
<language>en</language>
<!-- Add items here when creating releases -->
<!-- Example item structure:
<item>
<title>Version X.Y.Z</title>
<sparkle:releaseNotesLink>https://github.com/frankea/Whisky/releases/tag/vX.Y.Z</sparkle:releaseNotesLink>
<pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate>
<enclosure url="https://github.com/frankea/Whisky/releases/download/vX.Y.Z/Whisky.app.zip"
sparkle:version="X.Y.Z"
sparkle:shortVersionString="X.Y.Z"
length="SIZE_IN_BYTES"
type="application/octet-stream"
sparkle:edSignature="SIGNATURE_HERE"/>
</item>
-->
</channel>
</rss>