Skip to content

RealityKit iOS 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/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/RealityKit.framework/Headers/RealityKitTypes.h /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/RealityKit.framework/Headers/RealityKitTypes.h
--- /Applications/Xcode_26.5.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/RealityKit.framework/Headers/RealityKitTypes.h	2026-04-18 23:14:03
+++ /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/RealityKit.framework/Headers/RealityKitTypes.h	2026-05-23 04:10: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
 {

Clone this wiki locally