-
-
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.
Save the Mapbox public token for the preview to work properly
- Loading branch information
1 parent
fb2144f
commit 6ffd266
Showing
7 changed files
with
45 additions
and
24 deletions.
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
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
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
}, | ||
{ | ||
"script": "main.cocoascript", | ||
"name": "Enter your Mapbox token and username...", | ||
"name": "Enter your Mapbox tokens and username...", | ||
"handler": "runMapboxToken", | ||
"identifier": "scriptMapboxToken", | ||
"shortcut": "shift cmd u" | ||
|
@@ -45,7 +45,7 @@ | |
"icon": "icon.png", | ||
"identifier" : "io.eduardogomez.sketch.map-generator", | ||
"appcast": "https://raw.githubusercontent.com/eddiesigner/sketch-map-generator/master/appcast.xml", | ||
"version" : "3.5.1", | ||
"version" : "3.5.2", | ||
"description" : "Sketch plugin to fill a layer with a map generated from a given location using Google Maps and Mapbox", | ||
"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
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
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
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