From 697f56ab95c00db654f9b14273eb245a8afc64e1 Mon Sep 17 00:00:00 2001 From: Francis Date: Sun, 8 Apr 2018 23:10:35 +0200 Subject: [PATCH] add appcast --- appcast.xml | 8 ++++++++ .../Contents/Sketch/manifest.json | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 appcast.xml diff --git a/appcast.xml b/appcast.xml new file mode 100644 index 0000000..1066a46 --- /dev/null +++ b/appcast.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/sketch-layout-settings.sketchplugin/Contents/Sketch/manifest.json b/sketch-layout-settings.sketchplugin/Contents/Sketch/manifest.json index f56cedf..4cb235f 100644 --- a/sketch-layout-settings.sketchplugin/Contents/Sketch/manifest.json +++ b/sketch-layout-settings.sketchplugin/Contents/Sketch/manifest.json @@ -2,12 +2,12 @@ "name": "Artboard Layout Settings", "description": "Artboard Layout Settings", "author": "Francis Vega", - "author": "hisconer@gmail.com", + "email": "hisconer@gmail.com", "homepage": "", - "version": 0.8, + "version": "1.0", "identifier": "com.example.sketch.layoutsettings", - "appcast": "https://api.sketchpacks.com/v1/plugins/com.example.sketch.layoutsettings/appcast", - "compatibleVersion": "4.3", + "appcast": "https://raw.githubusercontent.com/FrancisVega/sketch-copy-paste-layout-settings/master/appcast.xml", + "compatibleVersion": "40", "bundleVersion": 1, "commands": [ {