|
1 | 1 | { |
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 | | - |
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 | | - |
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 | + |
| 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 | + |
36 | 30 | } |
| 31 | + ], |
| 32 | + "menu": { |
| 33 | + "items": ["editConstraints", "updateLayout"] |
| 34 | + } |
37 | 35 | } |
0 commit comments