This repository has been archived by the owner on Mar 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change the shortcuts for iOS and Android. And change code sample copid
- Loading branch information
Showing
3 changed files
with
7 additions
and
8 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 |
---|---|---|
|
@@ -5,14 +5,14 @@ | |
{ | ||
"name": "Slice for iOS", | ||
"identifier": "sketch-flow.getslice_ios-identifier", | ||
"shortcut": "ctrl cmd s", | ||
"shortcut": "ctrl s", | ||
"script": "./getslice_ios.js", | ||
"handler": "sliceIOS" | ||
}, | ||
{ | ||
"name": "Slice for Android", | ||
"identifier": "sketch-flow.getslice_android-identifier", | ||
"shortcut": "ctrl cmd a", | ||
"shortcut": "ctrl a", | ||
"script": "./getslice_android.js", | ||
"handler": "sliceAndroid" | ||
}, | ||
|
@@ -61,7 +61,7 @@ | |
}, | ||
"identifier": "me.hite.sketch-flow", | ||
"homepage": "https://github.com/hite/Sketch-Flow", | ||
"version": "2.2.4", | ||
"version": "2.2.7", | ||
"description" : "Make icon slicing simple for app developers!", | ||
"authorEmail" : "[email protected]", | ||
"name" : "Sketch Flow" | ||
|