Skip to content

Commit

Permalink
Updating KiteKit with 3D Transform layers and iOS keyboard input alon…
Browse files Browse the repository at this point in the history
…gside the v1.4 release of Kite for Mac.
  • Loading branch information
kitecomp committed Jun 1, 2017
1 parent d6308f3 commit 94eb804
Show file tree
Hide file tree
Showing 25 changed files with 60 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@
@property (nonatomic, copy) void (^completion)(BOOL finished);
@property (nonatomic, copy) void (^start)(void);

- (void)setCompletion:(void (^)(BOOL finished))completion;

@end
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by Apple Swift version 3.1 (swiftlang-802.0.51 clang-802.0.41)
// Generated by Apple Swift version 3.1 (swiftlang-802.0.53 clang-802.0.42)
#pragma clang diagnostic push

#if defined(__has_include) && __has_include(<swift/objc-prologue.h>)
Expand Down Expand Up @@ -165,6 +165,10 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
@end


@interface AVPlayerLayer (SWIFT_EXTENSION(KiteKitMac))
@end


SWIFT_CLASS("_TtC10KiteKitMac6Action")
@interface Action : NSObject
@property (nonatomic, readonly) NSUInteger hash;
Expand Down Expand Up @@ -392,10 +396,8 @@ SWIFT_CLASS("_TtC10KiteKitMac14AsyncOperation")
@interface CALayer (SWIFT_EXTENSION(KiteKitMac))
@end

@class NSWindow;

@interface CALayer (SWIFT_EXTENSION(KiteKitMac))
- (BOOL)layer:(CALayer * _Nonnull)layer shouldInheritContentsScale:(CGFloat)newScale fromWindow:(NSWindow * _Nonnull)window SWIFT_WARN_UNUSED_RESULT;
@end


Expand All @@ -410,6 +412,12 @@ SWIFT_CLASS("_TtC10KiteKitMac14AsyncOperation")
@interface CALayer (SWIFT_EXTENSION(KiteKitMac))
@end

@class NSWindow;

@interface CALayer (SWIFT_EXTENSION(KiteKitMac))
- (BOOL)layer:(CALayer * _Nonnull)layer shouldInheritContentsScale:(CGFloat)newScale fromWindow:(NSWindow * _Nonnull)window SWIFT_WARN_UNUSED_RESULT;
@end


@interface CALayer (SWIFT_EXTENSION(KiteKitMac))
@end
Expand Down Expand Up @@ -522,6 +530,10 @@ SWIFT_CLASS("_TtC10KiteKitMac14AsyncOperation")
@end


@interface CATextLayer (SWIFT_EXTENSION(KiteKitMac))
@end


@interface CATiledLayer (SWIFT_EXTENSION(KiteKitMac))
@end

Expand Down
Binary file modified MacKiteKitExample/KiteKitMac.framework/Versions/A/KiteKitMac
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>16E195</string>
<string>16F73</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,31 +17,31 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2</string>
<string>1.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.0.1</string>
<string>1.0.2</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>8E1000a</string>
<string>8E2002</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>16E185</string>
<key>DTSDKName</key>
<string>macosx10.12</string>
<key>DTXcode</key>
<string>0831</string>
<string>0832</string>
<key>DTXcodeBuild</key>
<string>8E1000a</string>
<string>8E2002</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 Rhodes. All rights reserved.</string>
<string>Copyright © 2017 Rhodes. All rights reserved.</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
Expand Down
Binary file modified iOSKiteKitExample (Device)/KiteKit.framework/Assets.car
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@
@property (nonatomic, copy) void (^completion)(BOOL finished);
@property (nonatomic, copy) void (^start)(void);

- (void)setCompletion:(void (^)(BOOL finished))completion;

@end
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by Apple Swift version 3.1 (swiftlang-802.0.51 clang-802.0.41)
// Generated by Apple Swift version 3.1 (swiftlang-802.0.53 clang-802.0.42)
#pragma clang diagnostic push

#if defined(__has_include) && __has_include(<swift/objc-prologue.h>)
Expand Down Expand Up @@ -165,6 +165,10 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
@end


@interface AVPlayerLayer (SWIFT_EXTENSION(KiteKit))
@end


SWIFT_CLASS("_TtC7KiteKit6Action")
@interface Action : NSObject
@property (nonatomic, readonly) NSUInteger hash;
Expand Down Expand Up @@ -413,6 +417,10 @@ SWIFT_CLASS("_TtC7KiteKit14AsyncOperation")
@end


@interface CALayer (SWIFT_EXTENSION(KiteKit))
@end


@interface CALayer (SWIFT_EXTENSION(KiteKit))
@end

Expand Down Expand Up @@ -516,6 +524,10 @@ SWIFT_CLASS("_TtC7KiteKit14AsyncOperation")
@end


@interface CATextLayer (SWIFT_EXTENSION(KiteKit))
@end


@interface CATiledLayer (SWIFT_EXTENSION(KiteKit))
@end

Expand Down Expand Up @@ -633,10 +645,15 @@ SWIFT_CLASS("_TtC7KiteKit12KiteDocument")
@class UIEvent;

SWIFT_CLASS("_TtC7KiteKit20KitePresentationView")
@interface KitePresentationView : KiteBasePresentationView
@interface KitePresentationView : KiteBasePresentationView <UIKeyInput>
@property (nonatomic, readonly, strong) UIView * _Nullable inputView;
- (void)didMoveToWindow;
@property (nonatomic, readonly) BOOL canBecomeFirstResponder;
- (void)layoutSubviews;
- (BOOL)gestureRecognizerShouldBegin:(UIGestureRecognizer * _Nonnull)gestureRecognizer SWIFT_WARN_UNUSED_RESULT;
@property (nonatomic, readonly) BOOL hasText;
- (void)insertText:(NSString * _Nonnull)text;
- (void)deleteBackward;
- (void)touchesBegan:(NSSet<UITouch *> * _Nonnull)touches withEvent:(UIEvent * _Nullable)event;
- (void)touchesEnded:(NSSet<UITouch *> * _Nonnull)touches withEvent:(UIEvent * _Nullable)event;
- (nonnull instancetype)initWithSize:(CGSize)size canvasInfo:(CanvasInfo * _Nonnull)canvasInfo OBJC_DESIGNATED_INITIALIZER;
Expand Down
Binary file modified iOSKiteKitExample (Device)/KiteKit.framework/Info.plist
Binary file not shown.
Binary file modified iOSKiteKitExample (Device)/KiteKit.framework/KiteKit
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified iOSKiteKitExample (Simulator)/KiteKit.framework/Assets.car
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@
@property (nonatomic, copy) void (^completion)(BOOL finished);
@property (nonatomic, copy) void (^start)(void);

- (void)setCompletion:(void (^)(BOOL finished))completion;

@end
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by Apple Swift version 3.1 (swiftlang-802.0.51 clang-802.0.41)
// Generated by Apple Swift version 3.1 (swiftlang-802.0.53 clang-802.0.42)
#pragma clang diagnostic push

#if defined(__has_include) && __has_include(<swift/objc-prologue.h>)
Expand Down Expand Up @@ -165,6 +165,10 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
@end


@interface AVPlayerLayer (SWIFT_EXTENSION(KiteKit))
@end


SWIFT_CLASS("_TtC7KiteKit6Action")
@interface Action : NSObject
@property (nonatomic, readonly) NSUInteger hash;
Expand Down Expand Up @@ -413,6 +417,10 @@ SWIFT_CLASS("_TtC7KiteKit14AsyncOperation")
@end


@interface CALayer (SWIFT_EXTENSION(KiteKit))
@end


@interface CALayer (SWIFT_EXTENSION(KiteKit))
@end

Expand Down Expand Up @@ -516,6 +524,10 @@ SWIFT_CLASS("_TtC7KiteKit14AsyncOperation")
@end


@interface CATextLayer (SWIFT_EXTENSION(KiteKit))
@end


@interface CATiledLayer (SWIFT_EXTENSION(KiteKit))
@end

Expand Down Expand Up @@ -633,10 +645,15 @@ SWIFT_CLASS("_TtC7KiteKit12KiteDocument")
@class UIEvent;

SWIFT_CLASS("_TtC7KiteKit20KitePresentationView")
@interface KitePresentationView : KiteBasePresentationView
@interface KitePresentationView : KiteBasePresentationView <UIKeyInput>
@property (nonatomic, readonly, strong) UIView * _Nullable inputView;
- (void)didMoveToWindow;
@property (nonatomic, readonly) BOOL canBecomeFirstResponder;
- (void)layoutSubviews;
- (BOOL)gestureRecognizerShouldBegin:(UIGestureRecognizer * _Nonnull)gestureRecognizer SWIFT_WARN_UNUSED_RESULT;
@property (nonatomic, readonly) BOOL hasText;
- (void)insertText:(NSString * _Nonnull)text;
- (void)deleteBackward;
- (void)touchesBegan:(NSSet<UITouch *> * _Nonnull)touches withEvent:(UIEvent * _Nullable)event;
- (void)touchesEnded:(NSSet<UITouch *> * _Nonnull)touches withEvent:(UIEvent * _Nullable)event;
- (nonnull instancetype)initWithSize:(CGSize)size canvasInfo:(CanvasInfo * _Nonnull)canvasInfo OBJC_DESIGNATED_INITIALIZER;
Expand Down
Binary file modified iOSKiteKitExample (Simulator)/KiteKit.framework/Info.plist
Binary file not shown.
Binary file modified iOSKiteKitExample (Simulator)/KiteKit.framework/KiteKit
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 94eb804

Please sign in to comment.