Skip to content

Commit a788d8c

Browse files
committed
Version 0.8.6
1 parent dea9301 commit a788d8c

24 files changed

+7
-8
lines changed

KeysForSketch.sketchplugin/Contents/Resources/KeysForSketch.framework/Versions/A/Headers/KeysForSketch-Swift.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by Apple Swift version 4.0 (swiftlang-900.0.65 clang-900.0.37)
1+
// Generated by Apple Swift version 4.0 (swiftlang-900.0.65.2 clang-900.0.37)
22
#pragma clang diagnostic push
33
#pragma clang diagnostic ignored "-Wgcc-compat"
44

@@ -241,7 +241,6 @@ SWIFT_CLASS("_TtC13KeysForSketch12ShortcutView")
241241
@interface ShortcutView : MASShortcutView
242242
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
243243
+ (Class _Null_unspecified)shortcutCellClass SWIFT_WARN_UNUSED_RESULT;
244-
@property (nonatomic, strong) MASShortcut * _Null_unspecified shortcutValue;
245244
- (void)mouseDown:(NSEvent * _Nonnull)event;
246245
- (void)mouseEntered:(NSEvent * _Nonnull)event;
247246
- (void)mouseExited:(NSEvent * _Nonnull)event;

KeysForSketch.sketchplugin/Contents/Resources/KeysForSketch.framework/Versions/A/Resources/Info.plist

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,27 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.8.5</string>
20+
<string>0.8.6</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
2424
</array>
2525
<key>CFBundleVersion</key>
26-
<string>1868</string>
26+
<string>1880</string>
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
30-
<string>9A235</string>
30+
<string>9A1004</string>
3131
<key>DTPlatformVersion</key>
3232
<string>GM</string>
3333
<key>DTSDKBuild</key>
3434
<string>17A360</string>
3535
<key>DTSDKName</key>
3636
<string>macosx10.13</string>
3737
<key>DTXcode</key>
38-
<string>0900</string>
38+
<string>0901</string>
3939
<key>DTXcodeBuild</key>
40-
<string>9A235</string>
40+
<string>9A1004</string>
4141
<key>NSHumanReadableCopyright</key>
4242
<string>Copyright © 2017 Vyacheslav Dubovitsky. All rights reserved.</string>
4343
<key>NSPrincipalClass</key>

KeysForSketch.sketchplugin/Contents/Sketch/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author" : "Vyacheslav Dubovitsky",
55
"homepage" : "https://github.com/exevil/Keys-For-Sketch/releases",
66
"appcast" : "https://api.sketchpacks.com/v1/plugins/com.vyacheslav-dubovitsky.KeysForSketch/appcast",
7-
"version" : "0.8.5",
7+
"version" : "0.8.6",
88
"description" : "Advanced shortcut manager for Sketch",
99
"authorEmail" : "m@dbv.ae",
1010
"commands" : [

0 commit comments

Comments
 (0)