Skip to content

Instantly share code, notes, and snippets.

@mannysoft
Last active September 19, 2022 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mannysoft/ce1ca2cee00d37fe5ed1c1e80cef3fd2 to your computer and use it in GitHub Desktop.
Save mannysoft/ce1ca2cee00d37fe5ed1c1e80cef3fd2 to your computer and use it in GitHub Desktop.
Test
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
<channel>
<title>For unit test only</title>
<item>
<title>Version 2.0</title>
<description>desc Версия</description>
<pubDate>Sat, 26 Jul 2014 15:20:11 +0000</pubDate>
<enclosure url="http://localhost:1337/Sparkle_Test_App.zip" sparkle:version="2.0" />
<sparkle:tags> <sparkle:criticalUpdate /> </sparkle:tags>
</item>
<!-- The best chosen release -->
<item>
<title>Version 3.0</title>
<enclosure url="http://localhost:1337/Sparkle_Test_App.zip" sparkle:version="3.0" sparkle:os="android" />
<sparkle:deltas>
<enclosure url="http://localhost:1337/3.0_from_2.0.patch"
sparkle:version="3.0"
sparkle:deltaFrom="2.0"
length="1235"
type="application/octet-stream"
sparkle:edSignature="..." />
<enclosure url="http://localhost:1337/3.0_from_1.0.patch"
sparkle:version="3.0"
sparkle:deltaFrom="1.0"
length="1485"
type="application/octet-stream"
sparkle:edSignature="..." />
</sparkle:deltas>
</item>
<!-- A release testing minimumSystemVersion -->
<item>
<title>Version 4.0</title>
<pubDate>Sat, 26 Jul 2014 15:20:13 +0000</pubDate>
<enclosure url="http://localhost:1337/Sparkle_Test_App.zip" sparkle:version="4.0" sparkle:os="iOS" />
<sparkle:minimumSystemVersion>17.0.0</sparkle:minimumSystemVersion>
</item>
<!-- A joke release testing maximumSystemVersion -->
<item>
<title>Version 322</title>
<sparkle:version>3.2.9</sparkle:version>
<sparkle:maximumSystemVersion>2.0.0</sparkle:maximumSystemVersion>
<enclosure url="https://play.google.com/store/apps/details?id=com.belo.beloapp" sparkle:version="1.15.0" sparkle:os="android" />
<enclosure url="https://play.google.com/store/apps/details?id=com.belo.beloapp" sparkle:version="1.15.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