<?xml version="1.0" encoding="utf-8"?>
<!--
  Sparkle update feed for Call Assistant (com.osavus.callassistant).

  This is the URL baked into every installed copy as SUFeedURL, so it must keep
  existing and keep resolving at this exact address forever.

  A channel with NO <item> elements is a valid feed: Sparkle reads it and
  reports "you're up to date". That is the correct content until the first
  release ships. Do NOT delete this file to mean "no releases" — a 404 (or an
  HTML fallback page) is an update-check ERROR, not an empty result.

  From the first release onward this file is REGENERATED by Sparkle's
  generate_appcast during release.sh and committed here. Do not hand-edit
  items: every enclosure carries an EdDSA signature that must verify against
  SUPublicEDKey in the app's Info.plist, and only generate_appcast produces it.
-->
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
    <channel>
        <title>Call Assistant</title>
        <link>https://callassistant.osavus.com/appcast.xml</link>
        <description>Software updates for Call Assistant.</description>
        <language>en</language>
    </channel>
</rss>
