diff --git a/Sketch Plugin Bundle.xctemplate/TemplateInfo.plist b/Sketch Plugin Bundle.xctemplate/TemplateInfo.plist
index 018afe8..59c7d1b 100644
--- a/Sketch Plugin Bundle.xctemplate/TemplateInfo.plist
+++ b/Sketch Plugin Bundle.xctemplate/TemplateInfo.plist
@@ -114,7 +114,7 @@ fi
Info.plist:bundle
Info.plist:NSHumanReadableCopyright
manifest.json
- script.cocoscript
+ script.cocoascript
Definitions
@@ -139,10 +139,10 @@ fi
Path
manifest.json
- script.cocoscript
+ script.cocoascript
Path
- script.cocoscript
+ script.cocoascript
diff --git a/Sketch Plugin Bundle.xctemplate/manifest.json b/Sketch Plugin Bundle.xctemplate/manifest.json
index 4d36d31..abc4161 100644
--- a/Sketch Plugin Bundle.xctemplate/manifest.json
+++ b/Sketch Plugin Bundle.xctemplate/manifest.json
@@ -9,17 +9,17 @@
"build": PLUGIN_BUILD,
"version": "PLUGIN_VERSION",
"appcast": "https://api.sketchpacks.com/v1/plugins/PLUGIN_IDENTIFIER/appcast",
-
+
"commands": [
{
"name" : "Run",
"identifier" : "run",
"shortcut" : "",
- "script" : "script.cocoscript",
+ "script" : "script.cocoascript",
"handler" : "onRun"
},
{
- "script" : "script.cocoscript",
+ "script" : "script.cocoascript",
"handlers" : {
"actions" : {
"Startup" : "onStartup",
diff --git a/Sketch Plugin Bundle.xctemplate/script.cocoscript b/Sketch Plugin Bundle.xctemplate/script.cocoascript
similarity index 100%
rename from Sketch Plugin Bundle.xctemplate/script.cocoscript
rename to Sketch Plugin Bundle.xctemplate/script.cocoascript