Skip to content

Commit

Permalink
Sparkle appcast url update (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorbo authored May 1, 2020
1 parent 18f44fc commit c213416
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions appcast.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
<channel>
<title>iClue Changelog</title>
<link>https://raw.githubusercontent.com/hsorbo/iclue/master/appcast.xml</link>
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>Version 0.11 </title>
<description>https://github.com/hsorbo/iclue</description>
<pubDate>Sun, 13 Mar 2008 06:00:00 +0000</pubDate>
<enclosure url="http://hsorbo.no/files/iclue/iClue_0.11.dmg" length="1600000" type="application/octet-stream"/>
</item>
<item>
<title>Version 0.12 </title>
<description>https://github.com/hsorbo/iclue</description>
<pubDate>Thu, 25 Dec 2008 06:00:00 +0000</pubDate>
<enclosure url="http://hsorbo.no/files/iclue/iClue_0.12.dmg" length="1600000" type="application/octet-stream"/>
</item>
<item>
<title>Version 0.13 </title>
<description>https://github.com/hsorbo/iclue</description>
<pubDate>Mon, 2 Mar 2009 06:00:00 +0000</pubDate>
<enclosure url="http://hsorbo.no/files/iclue/iClue_0.13.dmg" length="1600000" type="application/octet-stream"/>
</item>
</channel>
</rss>
2 changes: 1 addition & 1 deletion src/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>SUFeedURL</key>
<string>http://hsorbo.no/projects/iclue/appcast</string>
<string>https://raw.githubusercontent.com/hsorbo/iclue/master/appcast.xml</string>
</dict>
</plist>

0 comments on commit c213416

Please sign in to comment.