-
Notifications
You must be signed in to change notification settings - Fork 514
GameKit macOS xcode15.1 b3
Alex Soto edited this page Jan 3, 2024
·
2 revisions
#GameKit.framework https://github.com/xamarin/xamarin-macios/pull/19717
diff -ruN /Applications/Xcode_15.1.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/GameKit.framework/Headers/GKError.h /Applications/Xcode_15.1.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/GameKit.framework/Headers/GKError.h
--- /Applications/Xcode_15.1.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/GameKit.framework/Headers/GKError.h 2023-10-15 22:39:53
+++ /Applications/Xcode_15.1.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/GameKit.framework/Headers/GKError.h 2023-11-06 06:06:26
@@ -40,7 +40,9 @@
GKErrorNotAuthorized = 32,
GKErrorConnectionTimeout = 33,
GKErrorAPIObsolete = 34,
-
+ GKErrorICloudUnavailable = 35,
+ GKErrorLockdownMode = 36,
+
GKErrorFriendListDescriptionMissing = 100,
GKErrorFriendListRestricted = 101,
GKErrorFriendListDenied = 102,
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status