Skip to content

GameplayKit tvOS xcode15.3 b1

Alex Soto edited this page Jan 27, 2024 · 1 revision

#GameplayKit.framework

diff -ruN /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameplayKit.framework/Headers/GKVersion.h /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameplayKit.framework/Headers/GKVersion.h
--- /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameplayKit.framework/Headers/GKVersion.h	2023-11-12 03:13:50
+++ /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameplayKit.framework/Headers/GKVersion.h	2024-01-10 03:28:04
@@ -1 +1 @@
-#define GK_VERSION 99000003
+#define GK_VERSION 99004001
diff -ruN /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameplayKit.framework/Headers/GameplayKit.h /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameplayKit.framework/Headers/GameplayKit.h
--- /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameplayKit.framework/Headers/GameplayKit.h	2023-11-12 03:13:52
+++ /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameplayKit.framework/Headers/GameplayKit.h	2024-01-10 03:28:06
@@ -9,6 +9,8 @@
 
 #import <GameplayKit/GameplayKitBase.h>
 
+#import <GameplayKit/GKVersion.h>
+
 #import <GameplayKit/GKAgent.h>
 #import <GameplayKit/GKBehavior.h>
 #import <GameplayKit/GKComponent.h>
diff -ruN /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameplayKit.framework/Headers/GameplayKitBase.h /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameplayKit.framework/Headers/GameplayKitBase.h
--- /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameplayKit.framework/Headers/GameplayKitBase.h	2023-11-12 03:13:52
+++ /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameplayKit.framework/Headers/GameplayKitBase.h	2024-01-10 03:28:06
@@ -10,8 +10,6 @@
 #import <Availability.h>
 #import <TargetConditionals.h>
 
-#import <GameplayKit/GKVersion.h>
-
 //Exporting
 #ifdef __cplusplus
 #define GK_EXPORT extern "C" __attribute__((visibility ("default")))
Clone this wiki locally