Skip to content

Commit

Permalink
Adding support for appcast in development!
Browse files Browse the repository at this point in the history
  • Loading branch information
ajram23 committed Dec 3, 2024
1 parent 3376b48 commit 7b28dfe
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 28 deletions.
28 changes: 0 additions & 28 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,6 @@
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>ContactsPal</title>
<item>
<title>Version 0.9.8.4</title>
<pubDate>Sun, 03 Dec 2024 12:00:00 +0000</pubDate>
<sparkle:version>280</sparkle:version>
<sparkle:shortVersionString>0.9.8.4</sparkle:shortVersionString>
<description><![CDATA[
<h2>New Features:</h2>
<ul>
<li>Fix animation to be better</li>
<li>Added support for update reminders</li>
</ul>
<h2>Bug Fixes:</h2>
<ul>
<li>Fixed regression where verification was removed</li>
<li>Fixed regressions where schema function introduced a tab</li>
<li>Fixed issue where duplicate profiles could be sent for addresses</li>
<li>Fixed issue where context was obtained by name instead of ID</li>
</ul>
]]></description>
<enclosure
url="https://yourserver.com/downloads/YourApp-09.8.4.dmg"
sparkle:version="280"
sparkle:shortVersionString="0.9.8.4"
length="1234567"
type="application/x-installer"
sparkle:installationType="package"
/>
</item>
<item>
<title>Version 0.9.5</title>
<pubDate>Sat, 26 Jul 2024 15:20:11 +0000</pubDate>
Expand Down
64 changes: 64 additions & 0 deletions appcast_dev.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<?xml version="1.0" standalone="yes"?>
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>ContactsPal</title>
<item>
<title>Version 0.9.8.4</title>
<pubDate>Sun, 03 Dec 2024 12:00:00 +0000</pubDate>
<sparkle:version>280</sparkle:version>
<sparkle:shortVersionString>0.9.8.4</sparkle:shortVersionString>
<description><![CDATA[
<h2>New Features:</h2>
<ul>
<li>Fix animation to be better</li>
<li>Added support for update reminders</li>
</ul>
<h2>Bug Fixes:</h2>
<ul>
<li>Fixed regression where verification was removed</li>
<li>Fixed regressions where schema function introduced a tab</li>
<li>Fixed issue where duplicate profiles could be sent for addresses</li>
<li>Fixed issue where context was obtained by name instead of ID</li>
</ul>
]]></description>
<enclosure
url="https://yourserver.com/downloads/YourApp-09.8.4.dmg"
sparkle:version="280"
sparkle:shortVersionString="0.9.8.4"
length="1234567"
type="application/x-installer"
sparkle:installationType="package"
/>
</item>
<item>
<title>Version 0.9.5</title>
<pubDate>Sat, 26 Jul 2024 15:20:11 +0000</pubDate>
<sparkle:version>135</sparkle:version>
<sparkle:shortVersionString>0.9.5</sparkle:shortVersionString>
<description><![CDATA[
<h2>New Features:</h2>
<ul>
<li>Onboarding Flow</li>
<li>The app helps you login, set up agent profile & syncs your data</li>
<li>Added Support</li>
<li>The app now supports Phone Numbers & Email Addresses</li>
<li>Added Support for modifying groups</li>
<li>You can now add contacts to groups</li>
</ul>
<h2>Bug Fixes:</h2>
<ul>
<li>Much better responses to questions</li>
<li>Fixed issue 2</li>
</ul>
]]></description>
<enclosure
url="https://yourserver.com/downloads/YourApp-09.5.pkg"
sparkle:version="135"
sparkle:shortVersionString="0.9.5"
length="1234567"
type="application/x-installer"
sparkle:installationType="package"
/>
</item>
</channel>
</rss>

0 comments on commit 7b28dfe

Please sign in to comment.