<?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>NeoMail</title>
    <link>https://maximdekock.github.io/NeoMailWebsite/download.html</link>
    <description>NeoMail for Mac: Sparkle update feed</description>
    <language>en</language>
    <!--
      Website installs: NeoMail.dmg lives in repo downloads/ and is linked from download.html.

      When you ship a Sparkle update build:
      1. Notarize NeoMail, zip NeoMail.app → downloads/NeoMail.zip (or versioned name) for the enclosure URL.
      2. Run Sparkle sign_update on that zip with your private key.
      3. Add an <item> below (copy the template), matching CFBundleVersion / CFBundleShortVersionString from the app.
      4. Use the SAME zip URL here as on the download page (enclosure url).
      Or run Sparkle generate_appcast on this folder instead of editing by hand.

      Template (replace ALL caps placeholders):
      <item>
        <title>NeoMail VERSION</title>
        <link>https://maximdekock.github.io/NeoMailWebsite/downloads/NeoMail.zip</link>
        <sparkle:version>BUILD_NUMBER</sparkle:version>
        <sparkle:shortVersionString>VERSION</sparkle:shortVersionString>
        <description><![CDATA[<p>Release notes (optional).</p>]]></description>
        <pubDate>Wed, 01 Jan 2025 12:00:00 +0000</pubDate>
        <enclosure
          url="https://maximdekock.github.io/NeoMailWebsite/downloads/NeoMail.zip"
          length="LENGTH_BYTES"
          type="application/octet-stream"
          sparkle:edSignature="SIGNATURE_FROM_sign_update" />
      </item>
    -->
  </channel>
</rss>
