-
Notifications
You must be signed in to change notification settings - Fork 514
GameKit watchOS xcode14.3 beta2
Alex Soto edited this page Mar 15, 2023
·
2 revisions
#GameKit.framework https://github.com/xamarin/xamarin-macios/pull/17810
diff -ruN /Applications/Xcode_14.3.0-beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/GameKit.framework/Headers/GKError.h /Applications/Xcode_14.3.0-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/GameKit.framework/Headers/GKError.h
--- /Applications/Xcode_14.3.0-beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/GameKit.framework/Headers/GKError.h 2023-02-10 15:20:07
+++ /Applications/Xcode_14.3.0-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/GameKit.framework/Headers/GKError.h 2023-02-20 23:18:26
@@ -45,7 +45,8 @@
GKErrorNotAuthorized = 32,
GKErrorConnectionTimeout = 33,
GKErrorAPIObsolete = 34,
-
+ GKErrorOptedOutOfGameCenter = 35,
+
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