-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed: - Some menus won't open its submenus; - Contextual menu indicator (▾) not disappearing when cursor leaves the cell.
- Loading branch information
Showing
10 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
Binary file modified
BIN
+0 Bytes
(100%)
...eysForSketch.framework/Versions/A/Frameworks/MASShortcut.framework/Versions/A/MASShortcut
Binary file not shown.
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 |
---|---|---|
|
@@ -16,6 +16,5 @@ | |
@property (class, readonly, nonnull) NSString *prefsIdentifier; | ||
|
||
+ (void)start; | ||
+ (void)shut; | ||
|
||
@end |
Binary file modified
BIN
-8 Bytes
(100%)
...orSketch.sketchplugin/Contents/Resources/KeysForSketch.framework/Versions/A/KeysForSketch
Binary file not shown.
Binary file modified
BIN
-200 Bytes
(95%)
...rces/KeysForSketch.framework/Versions/A/Modules/KeysForSketch.swiftmodule/x86_64.swiftdoc
Binary file not shown.
Binary file modified
BIN
+488 Bytes
(100%)
...s/KeysForSketch.framework/Versions/A/Modules/KeysForSketch.swiftmodule/x86_64.swiftmodule
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...h.sketchplugin/Contents/Resources/KeysForSketch.framework/Versions/A/Resources/Assets.car
Binary file not shown.
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
Binary file modified
BIN
+126 Bytes
(100%)
...plugin/Contents/Resources/KeysForSketch.framework/Versions/A/Resources/ViewController.nib
Binary file not shown.
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"author" : "Vyacheslav Dubovitsky", | ||
"homepage" : "https://github.com/exevil/Keys-For-Sketch/releases", | ||
"appcast" : "https://appcastupdater.herokuapp.com/keys/appcast.xml", | ||
"version" : "0.8", | ||
"version" : "0.8.1", | ||
"description" : "Advanced shortcut manager for Sketch", | ||
"authorEmail" : "[email protected]", | ||
"commands" : [ | ||
|