Skip to content

Commit 8a92e62

Browse files
committed
Add appcast.xml for ContainerUI update feed
- Created appcast.xml to support automatic updates via Sparkle for ContainerUI. - Included initial release details for version 0.1, featuring container management and XPC service architecture. - Added metadata such as versioning, publication date, and download link for the release.
1 parent b31d847 commit 8a92e62

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

update-feed/appcast.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
3+
<channel>
4+
<title>ContainerUI Updates</title>
5+
<link>https://github.com/YOUR_USERNAME/container-ui</link>
6+
<description>Updates for ContainerUI - macOS Container Management App</description>
7+
<language>en</language>
8+
9+
<item>
10+
<title>Version 0.1</title>
11+
<link>https://github.com/YOUR_USERNAME/container-ui</link>
12+
<sparkle:version>2</sparkle:version>
13+
<sparkle:shortVersionString>0.1</sparkle:shortVersionString>
14+
<description><![CDATA[
15+
<h2>ContainerUI 0.1</h2>
16+
<ul>
17+
<li>Initial release</li>
18+
<li>Container management with native macOS interface</li>
19+
<li>XPC service architecture for sandbox compliance</li>
20+
<li>Automatic update support via Sparkle</li>
21+
</ul>
22+
]]></description>
23+
<pubDate>Thu, 19 Jun 2025 12:00:00 +0000</pubDate>
24+
<enclosure url="https://github.com/YOUR_USERNAME/container-ui/releases/download/v0.1/ContainerUI-0.1.zip"
25+
length="0"
26+
type="application/octet-stream"
27+
sparkle:edSignature="SIGNATURE_PLACEHOLDER" />
28+
<sparkle:minimumSystemVersion>15.0</sparkle:minimumSystemVersion>
29+
</item>
30+
31+
</channel>
32+
</rss>

0 commit comments

Comments
 (0)