Skip to content

Commit 772dc3b

Browse files
release: 2.3.0 with Sketch
1 parent a88d664 commit 772dc3b

File tree

4 files changed

+14
-21
lines changed

4 files changed

+14
-21
lines changed

Icondrop.sketchplugin/Contents/Sketch/__index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Icondrop.sketchplugin/Contents/Sketch/index.js

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,34 @@
11
{
2-
"name": "Icondrop",
3-
"identifier": "com.iconscout.sketch.icondrop",
4-
"description": "Get access to 2,000,000+ Icons, Illustrations & Stock Photos right into Sketch App",
5-
"version": "2.2.1",
2+
"name": "Iconscout",
63
"icon": "icon.png",
4+
"description": "Get access to 2,000,000+ Icons, Illustrations & 3D Illustrations right into Sketch App",
75
"homepage": "https://iconscout.com",
86
"author": "Iconscout",
97
"authorEmail": "support@iconscout.com",
10-
"appcast": "https://raw.githubusercontent.com/Iconscout/icondrop/master/.appcast.xml",
118
"compatibleVersion": 3,
129
"bundleVersion": 1,
1310
"commands": [
1411
{
15-
"name": "Icondrop",
16-
"script": "index.js",
17-
"identifier": "icondrop",
18-
"description": "Get access to 2,000,000+ Icons, Illustrations & Stock Photos right into Sketch App",
19-
"icon": "icons/favicon-64x64.png",
20-
"shortcut": "cmd shift i"
21-
},
22-
{
23-
"name": "Iconscout Selection Changed",
24-
"identifier": "selection-changed",
25-
"script": "selection-changed.js",
12+
"name": "Iconscout",
13+
"identifier": "iconscout.index",
14+
"script": "__index.js",
15+
"shortcut": "cmd shift i",
2616
"handlers": {
17+
"run": "onRun",
2718
"actions": {
28-
"SelectionChanged.finish": "onSelectionChanged"
19+
"Shutdown": "onShutdown"
2920
}
3021
}
3122
}
3223
],
3324
"menu": {
3425
"items": [
35-
"icondrop"
26+
"iconscout.index"
3627
],
3728
"isRoot": true
3829
},
39-
"disableCocoaScriptPreprocessor": true
30+
"version": "2.3.0",
31+
"identifier": "iconscout",
32+
"disableCocoaScriptPreprocessor": true,
33+
"appcast": "https://raw.githubusercontent.com/Iconscout/icondrop/master/.appcast.xml"
4034
}

0 commit comments

Comments
 (0)