Skip to content

Commit d89cea2

Browse files
committed
Drop tvOS support
1 parent 5a90bd3 commit d89cea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/RxKeyboard/RxKeyboard.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2016 Suyeol Jeon. All rights reserved.
77
//
88

9-
#if os(iOS) || os(tvOS)
9+
#if os(iOS)
1010
import UIKit
1111

1212
import RxCocoa

0 commit comments

Comments
 (0)