From f8b4043825025f34333958330e8d5775211249ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Go=CC=81mez?= Date: Wed, 21 Jun 2017 23:19:06 +0200 Subject: [PATCH] Adding support to the brand new plugins updating system --- .../Contents/Sketch/manifest.json | 3 ++- appcast.xml | 20 +++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 appcast.xml diff --git a/Map Generator.sketchplugin/Contents/Sketch/manifest.json b/Map Generator.sketchplugin/Contents/Sketch/manifest.json index 2e54b68..97f6ae9 100644 --- a/Map Generator.sketchplugin/Contents/Sketch/manifest.json +++ b/Map Generator.sketchplugin/Contents/Sketch/manifest.json @@ -21,7 +21,8 @@ "compatibleVersion" : 4, "homepage" : "https://github.com/eddiesigner/sketch-map-generator", "identifier" : "io.eduardogomez.sketch.map-generator", - "version" : "1.0.3", + "appcast": "https://raw.githubusercontent.com/eddiesigner/sketch-map-generator/master/appcast.xml", + "version" : "1.0.4", "description" : "Plugin to fill a layer with a map generated from a location (Powered by Google Maps)", "authorEmail" : "this.eduardo@gmail.com", "name" : "Map Generator" diff --git a/appcast.xml b/appcast.xml new file mode 100644 index 0000000..86ac43e --- /dev/null +++ b/appcast.xml @@ -0,0 +1,20 @@ + + + + Map Generator + http://sparkle-project.org/files/sparkletestcast.xml + Plugin to fill a layer with a map generated from a location (Powered by Google Maps) + en + + Version 1.0.4 + + +
  • The plugin now supports the new mechanism for updating plugins within the app v1.0.4
  • + + ]]> +
    + +
    +
    +
    \ No newline at end of file