<?xml version="1.0" encoding="utf-8"?>
<!--
  Transkripsie Recorder — Sparkle appcast feed.

  Sparkle (https://sparkle-project.org) polls this URL from inside the
  shipped macOS app (configured via SUFeedURL in Info.plist) and decides
  whether to offer the user an update. Each <item> represents one shipped
  build; the newest <item> wins.

  This file is generated/updated automatically by
  macos-app/scripts/sparkle/publish-release.sh. The single placeholder
  <item> below exists only so the feed is well-formed and so the app
  doesn't crash on first launch when it parses the feed. It points at a
  download URL we don't actually serve — the FIRST real release will
  replace it (the publish script prepends new <item>s after <language>,
  but it does NOT remove this seed entry; you can delete it once you've
  shipped your first real Sparkle update).

  Operator references:
    - macos-app/scripts/sparkle/README.md
    - macos-app/scripts/sparkle/publish-release.sh
-->
<rss version="2.0"
     xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle"
     xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Transkripsie Recorder</title>
        <link>https://transkripsie.com/appcast.xml</link>
        <description>Most recent updates to Transkripsie Recorder</description>
        <language>en</language>
        <!--
          PLACEHOLDER ITEM — replaced by the first real publish-release.sh run.
          The enclosure URL below is intentionally not live; do NOT manually
          paste an edSignature here, and do NOT ship a build that points
          users at this URL.
        -->
        <item>
            <title>Transkripsie Recorder 1.0.0</title>
            <pubDate>Fri, 24 Apr 2026 00:00:00 +0000</pubDate>
            <sparkle:version>1</sparkle:version>
            <sparkle:shortVersionString>1.0.0</sparkle:shortVersionString>
            <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
            <description><![CDATA[
                <h2>Initial release</h2>
                <p>This is a placeholder appcast item. The first real
                release will replace it.</p>
            ]]></description>
            <enclosure
                url="https://transkripsie.com/downloads/TranskripsieRecorder-1.0.0.dmg"
                length="0"
                type="application/octet-stream" />
        </item>
    </channel>
</rss>
