-
Notifications
You must be signed in to change notification settings - Fork 569
RealityKit macOS xcode27.0 b1
Alex Soto edited this page Jun 9, 2026
·
1 revision
#RealityKit.framework
diff -ruN /Applications/Xcode_26.5.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/RealityKit.framework/Headers/RealityKitTypes.h /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/RealityKit.framework/Headers/RealityKitTypes.h
--- /Applications/Xcode_26.5.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/RealityKit.framework/Headers/RealityKitTypes.h 2026-04-19 02:09:52
+++ /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/RealityKit.framework/Headers/RealityKitTypes.h 2026-05-24 04:31:07
@@ -24,6 +24,8 @@
#define RK_AVAILABILITY_MACOS_15 __attribute__((availability(macos, introduced=15.0, strict)))
#define RK_AVAILABILITY_IOS_19 __attribute__((availability(ios, introduced=19.0, strict)))
#define RK_AVAILABILITY_MACOS_16 __attribute__((availability(macos, introduced=16.0, strict)))
+#define RK_AVAILABILITY_IOS_27 __attribute__((availability(ios, introduced=27.0, strict)))
+#define RK_AVAILABILITY_MACOS_27 __attribute__((availability(macos, introduced=27.0, strict)))
#else
@@ -31,7 +33,8 @@
#define RK_AVAILABILITY_MACOS_15
#define RK_AVAILABILITY_IOS_19
#define RK_AVAILABILITY_MACOS_16
-
+#define RK_AVAILABILITY_IOS_27
+#define RK_AVAILABILITY_MACOS_27
#endif
namespace realitykit
{