|
1 | 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/"> |
| 2 | +<rss version="2.0" |
| 3 | +xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" |
| 4 | +xmlns:dc="http://purl.org/dc/elements/1.1/"> |
3 | 5 | <channel> |
4 | 6 | <title>MiniSim</title> |
5 | | - <link>https://raw.githubusercontent.com/okwasniewski/MiniSim/main/appcast.xml</link> |
6 | | - <description>Most recent changes with links to updates.</description> |
| 7 | + <link> |
| 8 | + https://raw.githubusercontent.com/okwasniewski/MiniSim/main/appcast.xml</link> |
| 9 | + <description>Most recent changes with links to |
| 10 | + updates.</description> |
7 | 11 | <language>en</language> |
| 12 | + <item> |
| 13 | + <title>0.9.1</title> |
| 14 | + <description> |
| 15 | + <![CDATA[ <ul> |
| 16 | + <li>Use JSON output for iOS simulator parsing</li> |
| 17 | + <li>Add option to hold shift when deleting simulators to skip alert</li> |
| 18 | + <li>Fix hardcoded android as device at CustomCommandAction</li> |
| 19 | + </ul> ]]> |
| 20 | +</description> |
| 21 | + <pubDate>2026-01-18</pubDate> |
| 22 | + <releaseNotesLink> |
| 23 | + https://github.com/okwasniewski/MiniSim/releases/tag/v0.9.1</releaseNotesLink> |
| 24 | + <sparkle:minimumSystemVersion> |
| 25 | + 12.0</sparkle:minimumSystemVersion> |
| 26 | + <enclosure url="https://github.com/okwasniewski/MiniSim/releases/download/v0.9.1/MiniSim.app.zip" |
| 27 | + sparkle:version="19" sparkle:shortVersionString="0.9.1" |
| 28 | + length="0" type="application/octet-stream" /> |
| 29 | + </item> |
8 | 30 | <item> |
9 | 31 | <title>0.9.0</title> |
10 | 32 | <description> |
|
15 | 37 | <li>add acknowledgements</li> |
16 | 38 | <li>rewrite internal implementation</li> |
17 | 39 | </ul> ]]> |
18 | | - </description> |
| 40 | +</description> |
19 | 41 | <pubDate>2024-09-21</pubDate> |
20 | | - <releaseNotesLink>https://github.com/okwasniewski/MiniSim/releases/tag/v0.9.0</releaseNotesLink> |
21 | | - <sparkle:minimumSystemVersion>12.0</sparkle:minimumSystemVersion> |
22 | | - <enclosure |
23 | | - url="https://github.com/okwasniewski/MiniSim/releases/download/v0.9.0/MiniSim.app.zip" |
24 | | - sparkle:version="18" |
25 | | - sparkle:shortVersionString="0.9.0" |
26 | | - length="0" |
27 | | - type="application/octet-stream" |
28 | | - /> |
29 | | - </item> |
30 | | - </channel> |
31 | | - </rss> |
| 42 | + <releaseNotesLink> |
| 43 | + https://github.com/okwasniewski/MiniSim/releases/tag/v0.9.0</releaseNotesLink> |
| 44 | + <sparkle:minimumSystemVersion> |
| 45 | + 12.0</sparkle:minimumSystemVersion> |
| 46 | + <enclosure url="https://github.com/okwasniewski/MiniSim/releases/download/v0.9.0/MiniSim.app.zip" |
| 47 | + sparkle:version="18" sparkle:shortVersionString="0.9.0" |
| 48 | + length="0" type="application/octet-stream" /> |
| 49 | + </item> |
| 50 | + </channel> |
| 51 | +</rss> |
0 commit comments