forked from dhcdht/XcodeHelper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdateReleases.xml
46 lines (46 loc) · 1.97 KB
/
updateReleases.xml
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
<?xml version="1.0" encoding="utf-8"?>
<rss version="0.6.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>XcodeHelper App Changelog</title>
<link>https://gist.githubusercontent.com/dhcdht/41a1c484f3c1b6dae0a0224b52b5437d/raw/XcodeHelperReleases.xml</link>
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>Version 0.6.0</title>
<description>
<![CDATA[
<h4>v0.6.0</h4>
<ul>
<li>修正插件自动升级系统,只会升级一次插件的问题</li>
</ul>
<h4>v0.5.0</h4>
<ul>
<li>类图工具提供查看双向依赖的选项</li>
<li>插件列表中点击插件地址可以跳转到其网页</li>
</ul>
<h4>v0.4.0</h4>
<ul>
<li>添加 filter 生成的类图功能,避免依赖过多的显示问题</li>
</ul>
<h4>v0.3.0</h4>
<ul>
<li>添加分析并显示依赖关系的功能</li>
</ul>
<h4>v0.2.0</h4>
<ul>
<li>添加了自动升级插件 UUID 功能</li>
<li>修复了针对 ideplugin 类型的插件安装不成功的问题</li>
</ul>
<h4>第一版的 app,v0.1.0 包含功能</h4>
<ul>
<li>破解 Xcode</li>
<li>插件的安装、卸载等管理</li>
<li>自动检查升级</li>
</ul>
]]>
</description>
<pubDate>Sat, 26 Jul 2016 15:20:11 +0000</pubDate>
<enclosure url="https://github.com/dhcdht/XcodeHelper/releases/download/v0.6.0/XcodeHelper.app.zip" sparkle:version="6" sparkle:shortVersionString="0.6.0" length="107758" type="application/octet-stream"/>
</item>
</channel>
</rss>