Skip to content

Commit

Permalink
fix: tvOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
taflanidi committed Apr 14, 2023
1 parent 7d4e3d3 commit ef7efd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import UIKit
- seealso: the ``NumberInputListener/formatter`` field
*/
@available(iOS 16.0, *)
@available(iOS 16.0, tvOS 16.0, *)
open class NumberInputListener: MaskedTextInputListener {
private static let decimalSeparator = "."

Expand Down

0 comments on commit ef7efd7

Please sign in to comment.