Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Sources/GameKitUI/Shared/Manager/GKMatchManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public final class GKMatchManager: NSObject {
}
}

#if os(iOS) || os(tvOS)
#if os(iOS) || os(tvOS) || os(visionOS)

extension GKMatchManager: GKMatchmakerViewControllerDelegate {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
///
/// Created by Sascha Müllner on 23.02.21.

#if os(iOS) || os(tvOS)
#if os(iOS) || os(tvOS) || os(visionOS)

import os.log
import Combine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/// Created by Sascha Müllner on 21.11.20.
/// Modfied by Sascha Müllner on 17.12.20.

#if os(iOS) || os(tvOS)
#if os(iOS) || os(tvOS) || os(visionOS)

import Foundation
import GameKit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
///
/// Created by Sascha Müllner on 23.02.21.

#if os(iOS) || os(tvOS)
#if os(iOS) || os(tvOS) || os(visionOS)

import os.log
import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/GameKitUI/iOS/GKGameCenterView+iOS.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
///
/// Created by Henrik Storch on 02.10.21.

#if os(iOS) || os(tvOS)
#if os(iOS) || os(tvOS) || os(visionOS)

import Foundation
import GameKit
Expand Down
2 changes: 1 addition & 1 deletion Sources/GameKitUI/iOS/Invite/GKInviteView+iOS.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/// Created by Sascha Müllner on 22.11.20.
/// Modfied by Sascha Müllner on 17.12.20.

#if os(iOS) || os(tvOS)
#if os(iOS) || os(tvOS) || os(visionOS)

import Foundation
import GameKit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
///
/// Created by Sascha Müllner on 23.02.21.

#if os(iOS) || os(tvOS)
#if os(iOS) || os(tvOS) || os(visionOS)

import Foundation
import GameKit
Expand Down
2 changes: 1 addition & 1 deletion Sources/GameKitUI/iOS/LoadingViewController+iOS.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
///
/// Created by Sascha Müllner on 23.02.21.

#if os(iOS) || os(tvOS)
#if os(iOS) || os(tvOS) || os(visionOS)

import SwiftUI

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/// Created by Sascha Müllner on 22.11.20.
/// Modfied by Sascha Müllner on 17.12.20.

#if os(iOS) || os(tvOS)
#if os(iOS) || os(tvOS) || os(visionOS)

import Foundation
import GameKit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
///
/// Created by Sascha Müllner on 23.02.21.

#if os(iOS) || os(tvOS)
#if os(iOS) || os(tvOS) || os(visionOS)

import Combine
import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/// Created by Sascha Müllner on 22.11.20.
/// Modfied by Sascha Müllner on 17.12.20.

#if os(iOS) || os(tvOS)
#if os(iOS) || os(tvOS) || os(visionOS)

import Foundation
import GameKit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
///
/// Created by Sascha Müllner on 23.02.21.

#if os(iOS)
#if os(iOS) || os(visionOS)

import Foundation
import GameKit
Expand Down
2 changes: 1 addition & 1 deletion Sources/GameKitUI/iOS/UIViewController+Child.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
///
/// Created by Sascha Müllner on 23.02.21.

#if os(iOS) || os(tvOS)
#if os(iOS) || os(tvOS) || os(visionOS)

import UIKit

Expand Down
Loading