Skip to content

Commit 3397de0

Browse files
authored
[xcode26.2] Update GameKit bindings to Xcode 26.2 Beta 2 (#24302)
1 parent 5a1ef5e commit 3397de0

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

src/gamekit.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,6 +1138,10 @@ interface GKLocalPlayer
11381138
[Export ("presentFriendRequestCreatorFromWindow:error:")]
11391139
bool PresentFriendRequestCreator ([NullAllowed] NSWindow window, [NullAllowed] out NSError error);
11401140

1141+
[Deprecated (PlatformName.iOS, 26, 2, message: "No longer supported.")]
1142+
[Deprecated (PlatformName.MacOSX, 26, 2, message: "No longer supported.")]
1143+
[Deprecated (PlatformName.TvOS, 26, 2, message: "No longer supported.")]
1144+
[Deprecated (PlatformName.MacCatalyst, 26, 2, message: "No longer supported.")]
11411145
[MacCatalyst (13, 1)]
11421146
[Export ("loadDefaultLeaderboardIdentifierWithCompletionHandler:")]
11431147
[Async (XmlDocs = """
@@ -1149,6 +1153,10 @@ interface GKLocalPlayer
11491153
""")]
11501154
void LoadDefaultLeaderboardIdentifier ([NullAllowed] Action<string, NSError> completionHandler);
11511155

1156+
[Deprecated (PlatformName.iOS, 26, 2, message: "No longer supported.")]
1157+
[Deprecated (PlatformName.MacOSX, 26, 2, message: "No longer supported.")]
1158+
[Deprecated (PlatformName.TvOS, 26, 2, message: "No longer supported.")]
1159+
[Deprecated (PlatformName.MacCatalyst, 26, 2, message: "No longer supported.")]
11521160
[MacCatalyst (13, 1)]
11531161
[Export ("setDefaultLeaderboardIdentifier:completionHandler:")]
11541162
[Async (XmlDocs = """
@@ -4247,6 +4255,10 @@ interface GKAccessPoint {
42474255
[MacCatalyst (26, 0), NoTV, Mac (26, 0), iOS (26, 0)]
42484256
[Export ("triggerAccessPointForFriendingWithHandler:")]
42494257
void TriggerAccessPointForFriending ([NullAllowed] Action handler);
4258+
4259+
[NoTV, Mac (26, 2), iOS (26, 2), MacCatalyst (26, 2)]
4260+
[Export ("triggerAccessPointForArcadeWithHandler:")]
4261+
void TriggerAccessPointForArcade ([NullAllowed] Action handler);
42504262
}
42514263

42524264
[TV (14, 0), iOS (14, 0)]

tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-GameKit.todo

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/iOS-GameKit.todo

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/macOS-GameKit.todo

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/tvOS-GameKit.todo

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)