Skip to content

Commit

Permalink
Version 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
exevil committed Oct 18, 2017
1 parent dea9301 commit a788d8c
Show file tree
Hide file tree
Showing 24 changed files with 7 additions and 8 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by Apple Swift version 4.0 (swiftlang-900.0.65 clang-900.0.37)
// Generated by Apple Swift version 4.0 (swiftlang-900.0.65.2 clang-900.0.37)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wgcc-compat"

Expand Down Expand Up @@ -241,7 +241,6 @@ SWIFT_CLASS("_TtC13KeysForSketch12ShortcutView")
@interface ShortcutView : MASShortcutView
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
+ (Class _Null_unspecified)shortcutCellClass SWIFT_WARN_UNUSED_RESULT;
@property (nonatomic, strong) MASShortcut * _Null_unspecified shortcutValue;
- (void)mouseDown:(NSEvent * _Nonnull)event;
- (void)mouseEntered:(NSEvent * _Nonnull)event;
- (void)mouseExited:(NSEvent * _Nonnull)event;
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,27 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.8.5</string>
<string>0.8.6</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1868</string>
<string>1880</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>9A235</string>
<string>9A1004</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>17A360</string>
<key>DTSDKName</key>
<string>macosx10.13</string>
<key>DTXcode</key>
<string>0900</string>
<string>0901</string>
<key>DTXcodeBuild</key>
<string>9A235</string>
<string>9A1004</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 Vyacheslav Dubovitsky. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion KeysForSketch.sketchplugin/Contents/Sketch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author" : "Vyacheslav Dubovitsky",
"homepage" : "https://github.com/exevil/Keys-For-Sketch/releases",
"appcast" : "https://api.sketchpacks.com/v1/plugins/com.vyacheslav-dubovitsky.KeysForSketch/appcast",
"version" : "0.8.5",
"version" : "0.8.6",
"description" : "Advanced shortcut manager for Sketch",
"authorEmail" : "[email protected]",
"commands" : [
Expand Down

0 comments on commit a788d8c

Please sign in to comment.