Skip to content

Commit

Permalink
GTChatKit porting swift 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekTree0101 committed Mar 3, 2018
1 parent cd6b062 commit bcab20e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Accessories/GTChatMessageInputBoxNode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class GTChatMessageInputBoxNode: ASEditableTextNode {
return self
}

override func didLoad() {
override public func didLoad() {
super.didLoad()
self.textView.showsVerticalScrollIndicator = false
self.textView.showsHorizontalScrollIndicator = false
Expand Down
2 changes: 2 additions & 0 deletions Example/GTChatKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
Expand Down Expand Up @@ -552,6 +553,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0;
VALIDATE_PRODUCT = YES;
};
name = Release;
Expand Down

0 comments on commit bcab20e

Please sign in to comment.