-
Notifications
You must be signed in to change notification settings - Fork 520
SpriteKit iOS xcode16.3 b1
Rolf Bjarne Kvinge edited this page Feb 24, 2025
·
1 revision
#SpriteKit.framework
diff -ruN /Applications/Xcode_16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SpriteKit.framework/Headers/SKVersion.h /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SpriteKit.framework/Headers/SKVersion.h
--- /Applications/Xcode_16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SpriteKit.framework/Headers/SKVersion.h 2024-11-10 12:14:38
+++ /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SpriteKit.framework/Headers/SKVersion.h 2025-02-08 05:09:07
@@ -1 +1 @@
-#define SK_VERSION 51000003
+#define SK_VERSION 51004002
diff -ruN /Applications/Xcode_16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SpriteKit.framework/Headers/SpriteKitBase.h /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SpriteKit.framework/Headers/SpriteKitBase.h
--- /Applications/Xcode_16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SpriteKit.framework/Headers/SpriteKitBase.h 2024-11-10 12:14:40
+++ /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SpriteKit.framework/Headers/SpriteKitBase.h 2025-02-08 05:09:10
@@ -20,11 +20,12 @@
#endif
-#if TARGET_OS_IPHONE && !__has_include(<UIKit/UIView.h>)
-#define SKVIEW_AVAILABLE 0
-#else
+#if TARGET_OS_OSX || (__has_include(<UIKit/UIView.h>) && !TARGET_OS_WATCH)
#define SKVIEW_AVAILABLE 1
+#else
+#define SKVIEW_AVAILABLE 0
#endif
+
#ifdef __cplusplus
#define SK_EXPORT extern "C" __attribute__((visibility ("default")))