Last active
February 26, 2025 09:18
-
-
Save yayyar/1ac1fd93bae494b32a760dc2cf84813c to your computer and use it in GitHub Desktop.
appcast
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle"> | |
<channel> | |
<title>MHN User App</title> | |
<description>Latest updates available for both Android and iOS</description> | |
<!-- Android Update --> | |
<item> | |
<title>Version 1.0.0 (Android)</title> | |
<description> | |
<![CDATA[ | |
<p>What's New in Version 1.0.0:</p> | |
<ul> | |
<li>Improved performance and speed</li> | |
<li>Updated UI for a better experience</li> | |
<li>Fixed bugs and stability improvements</li> | |
</ul> | |
]]> | |
</description> | |
<pubDate>Fri, 21 Feb 2025 12:00:00 +0000</pubDate> | |
<enclosure | |
url="https://play.google.com/store/apps/details?id=YOUR_APP_ID" | |
fallbackURL="https://flutter.dev" | |
sparkle:version="1.0.0" | |
sparkle:os="android" /> | |
</item> | |
<!-- iOS Update --> | |
<item> | |
<title>Version 1.0.0 (iOS)</title> | |
<description> | |
<![CDATA[ | |
<p>What's New in Version 1.0.0:</p> | |
<ul> | |
<li>Improved performance and speed</li> | |
<li>Updated UI for a better experience</li> | |
<li>Fixed bugs and stability improvements</li> | |
</ul> | |
]]> | |
</description> | |
<pubDate>Fri, 21 Feb 2025 12:00:00 +0000</pubDate> | |
<enclosure | |
url="https://apps.apple.com/app/idYOUR_APP_ID" | |
fallbackURL="https://flutter.dev" | |
sparkle:version="1.0.0" | |
sparkle:os="ios" /> | |
</item> | |
</channel> | |
</rss> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment