Skip to content

Commit

Permalink
Merge pull request #18 from faridsabitov/conditions
Browse files Browse the repository at this point in the history
Conditions
  • Loading branch information
faridsabitov authored Jul 31, 2019
2 parents 12351c0 + 5418783 commit f6da8f8
Show file tree
Hide file tree
Showing 32 changed files with 5,655 additions and 4,087 deletions.
3 changes: 3 additions & 0 deletions .appcast.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<item>
<enclosure url="https://github.com/faridsabitov/Sketch-Connection-Flow-Arrows/releases/download/v3.0.0/arrows.sketchplugin.zip" sparkle:version="3.0.0"/>
</item>
<item>
<enclosure url="https://github.com/faridsabitov/Sketch-Connection-Flow-Arrows/releases/download/v2.7.1/arrows.sketchplugin.zip" sparkle:version="2.7.1"/>
</item>
Expand Down
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
{
"type": "node",
"request": "launch",
"name": "Sketch Plugin",
"program": "${workspaceFolder}/--run"
"name": "Sketch Arrows Plugin",
"program": "${workspaceFolder}/src/script.js"
}
]
}
49 changes: 49 additions & 0 deletions arrows.sketchplugin/Contents/Sketch/autoUpdate.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions arrows.sketchplugin/Contents/Sketch/autoUpdate.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit f6da8f8

Please sign in to comment.