-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Sketch built-in update implementation * Text layer split compatibility update
- Loading branch information
1 parent
f92b664
commit a267fcd
Showing
5 changed files
with
89 additions
and
68 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
{ | ||
"name" : "Slinky", | ||
"identifier" : "com.sketchapp.slinky-plugin", | ||
"version" : "0.1.3", | ||
"version" : "0.1.4", | ||
"description" : "Export HTML email templates from Sketch", | ||
"authorEmail" : "[email protected]", | ||
"author" : "finchalyzer", | ||
"homepage" : "https://github.com/finchalyzer/slinky", | ||
"disableCocoaScriptPreprocessor": true, | ||
"icon" : "icons/slinky.png", | ||
"appcast": "https://raw.githubusercontent.com/finchalyzer/slinky/master/appcast.xml", | ||
"commands" : [ | ||
{ | ||
"script" : "Slinky.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?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>Slinky</title> | ||
<link>https://raw.githubusercontent.com/finchalyzer/slinky/master/appcast.xml</link> | ||
<description>Export HTML email templates from Sketch artboards</description> | ||
<language>en</language> | ||
<item> | ||
<title>Version 0.1.4</title> | ||
<description> | ||
<![CDATA[ | ||
<ul> | ||
<li>Sketch 45 support</li> | ||
</ul> | ||
]]> | ||
</description> | ||
<pubDate>Thu, 29 Jun 2017 12:00:00 +0000</pubDate> | ||
<enclosure url="https://github.com/finchalyzer/slinky/releases/download/v0.1.4/Slinky.zip" sparkle:version="0.1.4" length="0" type="application/octet-stream"/> | ||
</item> | ||
</channel> | ||
</rss> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters