-
Notifications
You must be signed in to change notification settings - Fork 549
ARKit macOS xcode26.0 b4
Alex Soto edited this page Jul 22, 2025
·
2 revisions
#ARKit.framework
diff -ruN /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ARKit.framework/Headers/camera_frame_provider.h /Applications/Xcode_26.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ARKit.framework/Headers/camera_frame_provider.h
--- /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ARKit.framework/Headers/camera_frame_provider.h 2025-06-28 07:11:05
+++ /Applications/Xcode_26.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ARKit.framework/Headers/camera_frame_provider.h 2025-07-12 00:42:06
@@ -78,7 +78,7 @@
) AR_REFINED_FOR_SWIFT;
/**
- A value describing the type of rectification applied to the camera source.
+ A value describing the type of rectification applied to a video format.
*/
API_AVAILABLE(visionos(26.0))
OS_ENUM(ar_camera_rectification_type, intptr_t,
@@ -309,7 +309,7 @@
/**
Enumerate all camera frame samples in this collection.
- @param camera_frame_samples The collection of frame buffers.
+ @param camera_frame_samples The collection of frame samples.
@param camera_frame_sample_enumerator The enumerator handler.
*/
API_AVAILABLE(visionos(26.0))
@@ -333,7 +333,7 @@
/**
Enumerate all supported camera frame samples for this configuration using a function.
- @param camera_frame_samples The collection of frame buffers.
+ @param camera_frame_samples The collection of frame samples.
@param context The application-defined context parameter to pass to the function.
@param camera_frame_sample_enumerator_function The enumerator function.
*/
diff -ruN /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ARKit.framework/Headers/room_tracking.h /Applications/Xcode_26.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ARKit.framework/Headers/room_tracking.h
--- /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ARKit.framework/Headers/room_tracking.h 2025-06-28 07:11:05
+++ /Applications/Xcode_26.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ARKit.framework/Headers/room_tracking.h 2025-07-12 00:42:05
@@ -77,7 +77,7 @@
Get disjoint mesh geometries of a given classification.
@param room_anchor The room anchor.
- @param classification Classification of the mesh geometry .
+ @param classification Classification of the mesh geometry.
@note Only `ar_mesh_classification_wall` and `ar_mesh_classification_floor` is supported.
@@ -91,7 +91,7 @@
Get disjoint mesh geometries of a given surface classification.
@param room_anchor The room anchor.
- @param classification Classification of the surface .
+ @param classification Classification of the surface.
@note Only `ar_surface_classification_wall` and `ar_surface_classification_floor` are supported.