Skip to content

Commit 5153e65

Browse files
committed
Version 0.8.8
1 parent ff192a8 commit 5153e65

24 files changed

+21
-21
lines changed

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

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

@@ -15,15 +15,6 @@
1515
# define __has_warning(x) 0
1616
#endif
1717

18-
#if __has_attribute(external_source_symbol)
19-
# define SWIFT_STRINGIFY(str) #str
20-
# define SWIFT_MODULE_NAMESPACE_PUSH(module_name) _Pragma(SWIFT_STRINGIFY(clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in=module_name, generated_declaration))), apply_to=any(function, enum, objc_interface, objc_category, objc_protocol))))
21-
# define SWIFT_MODULE_NAMESPACE_POP _Pragma("clang attribute pop")
22-
#else
23-
# define SWIFT_MODULE_NAMESPACE_PUSH(module_name)
24-
# define SWIFT_MODULE_NAMESPACE_POP
25-
#endif
26-
2718
#if __has_include(<swift/objc-prologue.h>)
2819
# include <swift/objc-prologue.h>
2920
#endif
@@ -38,7 +29,7 @@
3829
# define SWIFT_TYPEDEFS 1
3930
# if __has_include(<uchar.h>)
4031
# include <uchar.h>
41-
# elif !defined(__cplusplus) || __cplusplus < 201103L
32+
# elif !defined(__cplusplus)
4233
typedef uint_least16_t char16_t;
4334
typedef uint_least32_t char32_t;
4435
# endif
@@ -187,7 +178,13 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
187178
#pragma clang diagnostic ignored "-Wunknown-pragmas"
188179
#pragma clang diagnostic ignored "-Wnullability"
189180

190-
SWIFT_MODULE_NAMESPACE_PUSH("KeysForSketch")
181+
#if __has_attribute(external_source_symbol)
182+
# pragma push_macro("any")
183+
# undef any
184+
# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="KeysForSketch",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
185+
# pragma pop_macro("any")
186+
#endif
187+
191188

192189
SWIFT_CLASS("_TtC13KeysForSketch12FileObserver")
193190
@interface FileObserver : NSObject
@@ -287,6 +284,7 @@ SWIFT_CLASS("_TtC13KeysForSketch12ToolsManager")
287284
SWIFT_CLASS("_TtC13KeysForSketch21UpdateCompletionAlert")
288285
@interface UpdateCompletionAlert : NSAlert
289286
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
287+
+ (nonnull instancetype)new SWIFT_DEPRECATED_MSG("-init is unavailable");
290288
/// Default completion handler for alert.
291289
- (void)completionHandlerWith:(NSModalResponse)response;
292290
@end
@@ -301,5 +299,7 @@ SWIFT_CLASS("_TtC13KeysForSketch14ViewController")
301299
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
302300
@end
303301

304-
SWIFT_MODULE_NAMESPACE_POP
302+
#if __has_attribute(external_source_symbol)
303+
# pragma clang attribute pop
304+
#endif
305305
#pragma clang diagnostic pop

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>17B1003</string>
6+
<string>17E199</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.7</string>
20+
<string>0.8.8</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
2424
</array>
2525
<key>CFBundleVersion</key>
26-
<string>1889</string>
26+
<string>1911</string>
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
30-
<string>9C40b</string>
30+
<string>9E145</string>
3131
<key>DTPlatformVersion</key>
3232
<string>GM</string>
3333
<key>DTSDKBuild</key>
34-
<string>17C76</string>
34+
<string>17E189</string>
3535
<key>DTSDKName</key>
3636
<string>macosx10.13</string>
3737
<key>DTXcode</key>
38-
<string>0920</string>
38+
<string>0930</string>
3939
<key>DTXcodeBuild</key>
40-
<string>9C40b</string>
40+
<string>9E145</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.7",
7+
"version" : "0.8.8",
88
"description" : "Advanced shortcut manager for Sketch",
99
"authorEmail" : "m@dbv.ae",
1010
"commands" : [

0 commit comments

Comments
 (0)