Skip to content

Commit 0310aa9

Browse files
committed
tvOS support, more macros
1 parent c7db856 commit 0310aa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/GameKitUI/iOS/Matchmaker/GKMatchmakerView+iOS.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public struct GKMatchmakerView: UIViewControllerRepresentable {
9898

9999
public func makeUIViewController(
100100
context: UIViewControllerRepresentableContext<GKMatchmakerView>) -> MatchmakerViewController {
101-
if #available(iOS 14.0, *) {
101+
if #available(iOS 14.0, tvOS 14.0, *) {
102102
return self.makeMatchmakerViewControllerForiOS14AndHigher()
103103
} else {
104104
return self.makeMatchmakerViewController()

0 commit comments

Comments
 (0)