Skip to content

Commit 9a715fb

Browse files
committed
Version 0.8.7
1 parent ce00dbe commit 9a715fb

26 files changed

+12
-10
lines changed

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

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

KeysForSketch.sketchplugin/Contents/Resources/KeysForSketch.framework/Versions/A/Headers/VDKSketchMSKeyBindingsProtocol.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
- (nonnull NSString *)defaultKeyBindingsPath;
1414
- (nonnull NSString *)userKeyBindingsPath;
15-
+ (nonnull instancetype)sharedController;
15+
+ (nonnull instancetype)sharedInstance;
1616

1717
@end

KeysForSketch.sketchplugin/Contents/Resources/KeysForSketch.framework/Versions/A/Headers/VDKSketchMSPreferencesControllerProtocol.h

+2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@
1313
@property(nonnull, copy, nonatomic) NSDictionary<NSToolbarItemIdentifier, Class> *preferencePaneClasses;
1414
@property(nonatomic) unsigned long long selectedTabIndex;
1515

16+
+ (nonnull id)sharedController;
1617
- (void)switchToPaneWithIdentifier:(nonnull NSToolbarItemIdentifier)arg1;
18+
1719
@end

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>17A405</string>
6+
<string>17B1003</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -17,27 +17,27 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.8.6</string>
20+
<string>0.8.7</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
2424
</array>
2525
<key>CFBundleVersion</key>
26-
<string>1880</string>
26+
<string>1889</string>
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
30-
<string>9A1004</string>
30+
<string>9C40b</string>
3131
<key>DTPlatformVersion</key>
3232
<string>GM</string>
3333
<key>DTSDKBuild</key>
34-
<string>17A360</string>
34+
<string>17C76</string>
3535
<key>DTSDKName</key>
3636
<string>macosx10.13</string>
3737
<key>DTXcode</key>
38-
<string>0901</string>
38+
<string>0920</string>
3939
<key>DTXcodeBuild</key>
40-
<string>9A1004</string>
40+
<string>9C40b</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.6",
7+
"version" : "0.8.7",
88
"description" : "Advanced shortcut manager for Sketch",
99
"authorEmail" : "m@dbv.ae",
1010
"commands" : [

0 commit comments

Comments
 (0)