-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support to the brand new plugins updating system
- Loading branch information
1 parent
ea0a3dc
commit f8b4043
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" : "[email protected]", | ||
"name" : "Map Generator" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/"> | ||
<channel> | ||
<title>Map Generator</title> | ||
<link>http://sparkle-project.org/files/sparkletestcast.xml</link> | ||
<description>Plugin to fill a layer with a map generated from a location (Powered by Google Maps)</description> | ||
<language>en</language> | ||
<item> | ||
<title>Version 1.0.4</title> | ||
<description> | ||
<![CDATA[ | ||
<ul> | ||
<li>The plugin now supports the new mechanism for updating plugins within the app v1.0.4</li> | ||
</ul> | ||
]]> | ||
</description> | ||
<enclosure url="https://github.com/eddiesigner/sketch-map-generator/archive/v1.0.4.zip" sparkle:version="1.0.4" /> | ||
</item> | ||
</channel> | ||
</rss> |