mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 18:35:05 +00:00
Bake https://dl.yattee.stream/appcast.xml into SUFeedURL and align the appcast template and Sparkle setup notes so the gh-pages branch (served under the custom Cloudflare-CNAMEd domain) is the single place to look up the feed. Domain is reserved as a generic distribution surface for Sparkle today and AltStore / other channels later.
10 lines
423 B
XML
10 lines
423 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
|
|
<channel>
|
|
<title>Yattee</title>
|
|
<link>https://dl.yattee.stream/appcast.xml</link>
|
|
<description>Most recent changes with links to updates for Yattee (macOS Developer ID build).</description>
|
|
<language>en</language>
|
|
</channel>
|
|
</rss>
|