Skip to content
This repository was archived by the owner on Sep 19, 2021. It is now read-only.

Commit 69dc2ee

Browse files
Added a new icon for Sketch 50
1 parent 5a9608f commit 69dc2ee

File tree

2 files changed

+32
-34
lines changed

2 files changed

+32
-34
lines changed
7.22 KB
Loading
Lines changed: 32 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,35 @@
11
{
2-
"name": "📏 Sketch Constraints",
3-
"description" : "A plugin that integrates constraints in Sketch to lay out layers.",
4-
"author" : "Marc Bouchenoire",
5-
"authorEmail" : "[email protected]",
6-
"homepage": "https://github.com/bouchenoiremarc/Sketch-Constraints",
7-
"version" : "1.0.1",
8-
"identifier" : "com.bouchenoiremarc.sketch-constraints",
9-
"appcast": "https://raw.githubusercontent.com/bouchenoiremarc/Sketch-Constraints/master/.appcast.xml",
10-
"compatibleVersion": 4,
11-
"bundleVersion": "1",
12-
"commands" : [
13-
{
14-
"script" : "main.cocoascript",
15-
"shortcut" : "cmd e",
16-
"name" : "Edit Constraints",
17-
"identifier" : "editConstraints",
18-
"description" : "Set constraints on the current layer.",
19-
"icon" : "[email protected]",
20-
},
21-
{
22-
"script" : "main.cocoascript",
23-
"handler" : "updateLayout",
24-
"shortcut" : "cmd l",
25-
"name" : "Update Layout",
26-
"identifier" : "updateLayout",
27-
"description" : "Apply every constraints in the document.",
28-
"icon" : "[email protected]",
29-
}
30-
],
31-
"menu" : {
32-
"items" : [
33-
"editConstraints",
34-
"updateLayout"
35-
]
2+
"name": "Sketch Constraints",
3+
"description":
4+
"A plugin that integrates constraints in Sketch to lay out layers.",
5+
"author": "Marc Bouchenoire",
6+
"authorEmail": "[email protected]",
7+
"homepage": "https://github.com/bouchenoiremarc/Sketch-Constraints",
8+
"version": "1.0.1",
9+
"identifier": "com.bouchenoiremarc.sketch-constraints",
10+
"appcast":
11+
"https://raw.githubusercontent.com/bouchenoiremarc/Sketch-Constraints/master/.appcast.xml",
12+
"icon": "[email protected]",
13+
"commands": [
14+
{
15+
"script": "main.cocoascript",
16+
"shortcut": "cmd e",
17+
"name": "Edit Constraints",
18+
"identifier": "editConstraints",
19+
"description": "Set constraints on the current layer.",
20+
21+
},
22+
{
23+
"script": "main.cocoascript",
24+
"handler": "updateLayout",
25+
"shortcut": "cmd l",
26+
"name": "Update Layout",
27+
"identifier": "updateLayout",
28+
"description": "Apply every constraints in the document.",
29+
3630
}
31+
],
32+
"menu": {
33+
"items": ["editConstraints", "updateLayout"]
34+
}
3735
}

0 commit comments

Comments
 (0)