-
-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy pathappcast.xml
More file actions
71 lines (71 loc) · 2.9 KB
/
Copy pathappcast.xml
File metadata and controls
71 lines (71 loc) · 2.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>MiniSim</title>
<link>
https://raw.githubusercontent.com/okwasniewski/MiniSim/main/appcast.xml</link>
<description>Most recent changes with links to
updates.</description>
<language>en</language>
<item>
<title>0.10.0</title>
<description>
<![CDATA[ <ul>
<li>NEW: Upload local files/folders to iOS simulators and Android emulators/devices</li>
<li>Improve Android uploads with Downloads path fallback and media reindexing</li>
<li>Fix uploads for files/folders containing spaces</li>
<li>Tweak Android menu order and upload tooltips</li>
<li>Add tests and logging for upload flow</li>
</ul> ]]>
</description>
<pubDate>2026-02-27</pubDate>
<releaseNotesLink>
https://github.com/okwasniewski/MiniSim/releases/tag/v0.10.0</releaseNotesLink>
<sparkle:minimumSystemVersion>
12.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/okwasniewski/MiniSim/releases/download/v0.10.0/MiniSim.app.zip"
sparkle:version="20" sparkle:shortVersionString="0.10.0"
length="0" type="application/octet-stream" />
</item>
<item>
<title>0.9.1</title>
<description>
<![CDATA[ <ul>
<li>Use JSON output for iOS simulator parsing</li>
<li>Add option to hold shift when deleting simulators to skip alert</li>
<li>Fix hardcoded android as device at CustomCommandAction</li>
</ul> ]]>
</description>
<pubDate>2026-01-18</pubDate>
<releaseNotesLink>
https://github.com/okwasniewski/MiniSim/releases/tag/v0.9.1</releaseNotesLink>
<sparkle:minimumSystemVersion>
12.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/okwasniewski/MiniSim/releases/download/v0.9.1/MiniSim.app.zip"
sparkle:version="19" sparkle:shortVersionString="0.9.1"
length="0" type="application/octet-stream" />
</item>
<item>
<title>0.9.0</title>
<description>
<![CDATA[ <ul>
<li>NEW: Physical devices are now supported!</li>
<li>NEW: add preference option to change MiniSim icon</li>
<li>add wezterm support</li>
<li>add acknowledgements</li>
<li>rewrite internal implementation</li>
</ul> ]]>
</description>
<pubDate>2024-09-21</pubDate>
<releaseNotesLink>
https://github.com/okwasniewski/MiniSim/releases/tag/v0.9.0</releaseNotesLink>
<sparkle:minimumSystemVersion>
12.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/okwasniewski/MiniSim/releases/download/v0.9.0/MiniSim.app.zip"
sparkle:version="18" sparkle:shortVersionString="0.9.0"
length="0" type="application/octet-stream" />
</item>
</channel>
</rss>