-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappcast.xml
More file actions
22 lines (22 loc) · 1007 Bytes
/
appcast.xml
File metadata and controls
22 lines (22 loc) · 1007 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
<channel>
<title>Sketch Stack Layout Hacks</title>
<item>
<title>v1.0.1</title>
<description>Stable release: A set of scripts to quickly optimize and manage Stack Layouts in Sketch app.</description>
<enclosure
url="https://github.com/whiteuistore/stack-layout-hacks/releases/download/v1.0.1/Stack.Layout.Hacks.sketchplugin.zip"
sparkle:version="1.0.1"
type="application/octet-stream" />
</item>
<item>
<title>v1.0.0</title>
<description>Initial stable release: A set of scripts to quickly optimize and manage Stack Layouts in Sketch app.</description>
<enclosure
url="https://github.com/whiteuistore/stack-layout-hacks/releases/download/v1.0.0/Stack.Layout.Hacks.sketchplugin.zip"
sparkle:version="1.0.0"
type="application/octet-stream" />
</item>
</channel>
</rss>