Skip to content

Commit

Permalink
Version 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
exevil committed Dec 6, 2017
1 parent ce00dbe commit 9a715fb
Show file tree
Hide file tree
Showing 26 changed files with 12 additions and 10 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.2 clang-900.0.37)
// Generated by Apple Swift version 4.0.3 (swiftlang-900.0.74.1 clang-900.0.39.2)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wgcc-compat"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

- (nonnull NSString *)defaultKeyBindingsPath;
- (nonnull NSString *)userKeyBindingsPath;
+ (nonnull instancetype)sharedController;
+ (nonnull instancetype)sharedInstance;

@end
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@
@property(nonnull, copy, nonatomic) NSDictionary<NSToolbarItemIdentifier, Class> *preferencePaneClasses;
@property(nonatomic) unsigned long long selectedTabIndex;

+ (nonnull id)sharedController;
- (void)switchToPaneWithIdentifier:(nonnull NSToolbarItemIdentifier)arg1;

@end
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 @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>17A405</string>
<string>17B1003</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,27 +17,27 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.8.6</string>
<string>0.8.7</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1880</string>
<string>1889</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>9A1004</string>
<string>9C40b</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>17A360</string>
<string>17C76</string>
<key>DTSDKName</key>
<string>macosx10.13</string>
<key>DTXcode</key>
<string>0901</string>
<string>0920</string>
<key>DTXcodeBuild</key>
<string>9A1004</string>
<string>9C40b</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.6",
"version" : "0.8.7",
"description" : "Advanced shortcut manager for Sketch",
"authorEmail" : "m@dbv.ae",
"commands" : [
Expand Down

0 comments on commit 9a715fb

Please sign in to comment.