Skip to content

Commit c7db856

Browse files
committed
Fix tvOS support, macros
1 parent 3c66022 commit c7db856

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public class MatchmakerViewController: UIViewController, GKMatchDelegate, GKLoca
125125
failed: self.failed,
126126
started: self.started) {
127127

128-
if #available(iOS 14, *) {
128+
if #available(iOS 14, tvOS 14.0, *) {
129129
viewController.matchmakingMode = self.matchmakingMode as? GKMatchmakingMode ?? .default
130130
}
131131

0 commit comments

Comments
 (0)