Skip to content

SensorKit macOS xcode15.0 b5

Haritha Mohan edited this page Sep 26, 2023 · 3 revisions

#SensorKit.framework https://github.com/xamarin/xamarin-macios/pull/19105

diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/NSDate+SensorKit.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/NSDate+SensorKit.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/NSDate+SensorKit.h	2023-06-24 04:09:07
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/NSDate+SensorKit.h	2023-07-15 02:38:46
@@ -10,7 +10,7 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
-SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface NSDate (SensorKit)
 
 + (instancetype)dateWithSRAbsoluteTime:(SRAbsoluteTime)time;
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRAbsoluteTime.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRAbsoluteTime.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRAbsoluteTime.h	2023-06-24 04:09:07
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRAbsoluteTime.h	2023-07-15 02:38:45
@@ -12,14 +12,14 @@
 #import <SensorKit/SRDefines.h>
 
 typedef CFTimeInterval SRAbsoluteTime
-API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 /**
  * @brief Get the current SRAbsoluteTime for this device.
  *
  * This timestamp ticks across sleeps and reboots.
  */
-SR_EXTERN SRAbsoluteTime SRAbsoluteTimeGetCurrent(void) API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN SRAbsoluteTime SRAbsoluteTimeGetCurrent(void) API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 /**
  * @brief Convert a mach_continuous_time to an SRAbsoluteTime.
@@ -30,7 +30,7 @@
  * The return value for mach_continuous_times spanning boot sessions or devices
  * is undefined.
  */
-SR_EXTERN SRAbsoluteTime SRAbsoluteTimeFromContinuousTime(uint64_t cont) API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN SRAbsoluteTime SRAbsoluteTimeFromContinuousTime(uint64_t cont) API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 /**
  * @brief Convert a SRAbsoluteTime to a CFAbsoluteTime.
@@ -39,7 +39,7 @@
  * wall clock. This means that if the system time is 5 seconds fast against UTC,
  * the result will be 5 seconds fast to when the event happened relative to UTC.
  */
-SR_EXTERN CFAbsoluteTime SRAbsoluteTimeToCFAbsoluteTime(SRAbsoluteTime sr) API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN CFAbsoluteTime SRAbsoluteTimeToCFAbsoluteTime(SRAbsoluteTime sr) API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 /**
  * @brief Convert a CFAbsoluteTime to an SRAbsoluteTime.
@@ -48,6 +48,6 @@
  * wall clock. This means that if the system time is 5 seconds fast against UTC,
  * the result will be 5 seconds fast to when the event happened relative to UTC.
  */
-SR_EXTERN SRAbsoluteTime SRAbsoluteTimeFromCFAbsoluteTime(CFAbsoluteTime cf) API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN SRAbsoluteTime SRAbsoluteTimeFromCFAbsoluteTime(CFAbsoluteTime cf) API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 #endif /* SRAbsoluteTime_h */
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRAmbientLightSample.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRAmbientLightSample.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRAmbientLightSample.h	2023-06-24 04:09:07
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRAmbientLightSample.h	2023-07-15 02:38:45
@@ -19,14 +19,14 @@
     SRAmbientLightSensorPlacementFrontTopLeft,
     SRAmbientLightSensorPlacementFrontBottomRight,
     SRAmbientLightSensorPlacementFrontBottomLeft,
-} API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+} API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 typedef struct {
     Float32 x;
     Float32 y;
-} SRAmbientLightChromaticity API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+} SRAmbientLightChromaticity API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
-SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface SRAmbientLightSample : NSObject
 
 @property (readonly) SRAmbientLightSensorPlacement placement;
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRAuthorization.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRAuthorization.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRAuthorization.h	2023-06-24 04:09:07
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRAuthorization.h	2023-07-15 02:38:45
@@ -17,4 +17,4 @@
     /// User has denied authorization to this application or
     /// data collection is disabled in Settings.
     SRAuthorizationStatusDenied,
-} API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+} API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRDeletionRecord.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRDeletionRecord.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRDeletionRecord.h	2023-06-24 04:09:07
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRDeletionRecord.h	2023-07-15 02:38:45
@@ -25,9 +25,9 @@
 
     /// Samples were removed because the system was in an invalid state
     SRDeletionReasonSystemInitiated,
-} API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
+} API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
 
-SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos) 
+SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos) 
 @interface SRDeletionRecord : NSObject <NSSecureCoding>
 @property (readonly) SRAbsoluteTime startTime;
 @property (readonly) SRAbsoluteTime endTime;
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRDevice.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRDevice.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRDevice.h	2023-06-24 04:09:07
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRDevice.h	2023-07-15 02:38:45
@@ -10,7 +10,7 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
-SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos)
+SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos)
 @interface SRDevice : NSObject <NSSecureCoding, NSCopying>
 
 @property (class, readonly) SRDevice *currentDevice;
@@ -19,7 +19,7 @@
 @property (readonly, copy) NSString *model;             // e.g. @"iPhone"
 @property (readonly, copy) NSString *systemName;        // e.g. @"iOS"
 @property (readonly, copy) NSString *systemVersion;     // e.g. @"4.0"
-@property (readonly, copy) NSString *productType API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);       // e.g. @"Watch3,4"
+@property (readonly, copy) NSString *productType API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);       // e.g. @"Watch3,4"
 
 @end
 
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRDeviceUsageCategories.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRDeviceUsageCategories.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRDeviceUsageCategories.h	2023-06-24 04:09:07
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRDeviceUsageCategories.h	2023-07-15 02:38:46
@@ -12,35 +12,35 @@
 
 typedef NSString *SRDeviceUsageCategoryKey NS_TYPED_ENUM;
 
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryGames API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryBusiness API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryWeather API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryUtilities API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryTravel API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategorySports API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategorySocialNetworking API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryReference API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryProductivity API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryPhotoAndVideo API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryNews API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryNavigation API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryMusic API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryLifestyle API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryHealthAndFitness API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryFinance API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryEntertainment API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryEducation API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryBooks API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryMedical API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryNewsstand API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryCatalogs API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryKids API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryMiscellaneous API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryFoodAndDrink API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryDeveloperTools API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryGraphicsAndDesign API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryShopping API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
-SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryStickers API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryGames API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryBusiness API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryWeather API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryUtilities API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryTravel API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategorySports API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategorySocialNetworking API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryReference API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryProductivity API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryPhotoAndVideo API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryNews API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryNavigation API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryMusic API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryLifestyle API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryHealthAndFitness API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryFinance API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryEntertainment API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryEducation API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryBooks API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryMedical API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryNewsstand API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryCatalogs API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryKids API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryMiscellaneous API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryFoodAndDrink API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryDeveloperTools API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryGraphicsAndDesign API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryShopping API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
+SR_EXTERN SRDeviceUsageCategoryKey const SRDeviceUsageCategoryStickers API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
 
 NS_SWIFT_SENDABLE // Immutable with no mutable subclasses
 SR_EXTERN API_AVAILABLE(ios(16.4)) API_UNAVAILABLE(watchos) API_UNAVAILABLE(tvos, macos)
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRError.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRError.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRError.h	2023-06-24 04:09:07
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRError.h	2023-07-15 02:38:46
@@ -3,7 +3,7 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
-SR_EXTERN NSErrorDomain SRErrorDomain API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN NSErrorDomain SRErrorDomain API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 typedef NS_ERROR_ENUM(SRErrorDomain, SRErrorCode) {
     /// No valid entitlement found
@@ -20,6 +20,6 @@
 
     /// Authorization request not completed
     SRErrorPromptDeclined,
-} API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+} API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 NS_ASSUME_NONNULL_END
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRFaceMetrics.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRFaceMetrics.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRFaceMetrics.h	2023-06-24 04:09:07
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRFaceMetrics.h	2023-07-15 02:38:46
@@ -8,7 +8,7 @@
 #import <Foundation/Foundation.h>
 #import <SensorKit/SRDefines.h>
 
-#if TARGET_OS_XR
+#if TARGET_OS_VISION
 #if __has_include(<ARKitCore/ARKitCore.h>)
 #import <ARKitCore/ARKitCore.h>
 #define SR_ARKIT_SUPPORTED 1
@@ -23,10 +23,10 @@
 typedef NS_OPTIONS(NSUInteger, SRFaceMetricsContext) {
     SRFaceMetricsContextDeviceUnlock = 1 << 0,
     SRFaceMetricsContextMessagingAppUsage = 1 << 1,
-} API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
+} API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
 
 NS_SWIFT_SENDABLE
-SR_EXTERN API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface SRFaceMetricsExpression : NSObject  <NSCopying, NSSecureCoding>
 - (instancetype)init NS_UNAVAILABLE;
 + (instancetype)new NS_UNAVAILABLE;
@@ -46,7 +46,7 @@
 @end
 
 NS_SWIFT_SENDABLE
-SR_EXTERN API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface SRFaceMetrics: NSObject  <NSCopying, NSSecureCoding>
 - (instancetype)init NS_UNAVAILABLE;
 + (instancetype)new NS_UNAVAILABLE;
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRFetchRequest.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRFetchRequest.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRFetchRequest.h	2023-06-24 04:09:07
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRFetchRequest.h	2023-07-15 02:38:45
@@ -11,7 +11,7 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
-SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos)
+SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos)
 @interface SRFetchRequest : NSObject
 
 /**
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRFetchResult.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRFetchResult.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRFetchResult.h	2023-06-24 04:09:07
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRFetchResult.h	2023-07-15 02:38:45
@@ -10,7 +10,7 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
-SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos)
+SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos)
 @interface SRFetchResult <SampleType> : NSObject <NSCopying>
 /**
  * @brief Retrieves the resultant sample
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRKeyboardMetrics.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRKeyboardMetrics.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRKeyboardMetrics.h	2023-06-23 18:58:59
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRKeyboardMetrics.h	2023-07-14 23:24:29
@@ -10,7 +10,7 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
-SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface SRKeyboardMetrics : NSObject
 
 /// The duration over which these metrics were calculated
@@ -36,7 +36,7 @@
 
 @end
 
-SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface SRKeyboardMetrics (ScalarMetrics)
 
 /// The total number of words typed during the session
@@ -98,7 +98,7 @@
 
 @end
 
-SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface SRKeyboardProbabilityMetric <UnitType : __kindof NSUnit *> : NSObject
 
 /// Sample values from probability distribution
@@ -106,7 +106,7 @@
 
 @end
 
-SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface SRKeyboardMetrics (ProbabilityMetrics)
 
 /// The distance from the touch up to the center of any key
@@ -235,7 +235,7 @@
 @end
 
 /// Probability metrics for each character in a word in their respective positions (first, second, third, fourth, fifth, and the rest)
-SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface SRKeyboardMetrics (PositionalMetrics)
 
 /// The distance from the touch up to the center of the intended key of the characters of a long word
@@ -258,7 +258,7 @@
 
 @end
 
-SR_EXTERN API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface SRKeyboardMetrics (SpeedMetrics)
 
 /// The total number of pauses during the session
@@ -290,13 +290,13 @@
     SRKeyboardMetricsSentimentCategorySad,
     SRKeyboardMetricsSentimentCategoryLowEnergy,
     SRKeyboardMetricsSentimentCategoryConfused,
-} API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
+} API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
 
 /**
  * These metrics describe the number of words and emoji of a particular category typed during
  * a keyboard session. Words and emoji may be counted in multiple categories.
  */
-SR_EXTERN API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface SRKeyboardMetrics (SentimentCounts)
 
 /// The count of words typed per category in the session
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRMediaEvent.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRMediaEvent.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRMediaEvent.h	2023-06-24 04:09:07
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRMediaEvent.h	2023-07-15 02:38:45
@@ -13,10 +13,10 @@
 typedef NS_ENUM(NSInteger, SRMediaEventType) {
     SRMediaEventOnScreen = 1,
     SRMediaEventOffScreen,
-} API_AVAILABLE(ios(16.4)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
+} API_AVAILABLE(ios(16.4)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
 
 NS_SWIFT_SENDABLE
-SR_EXTERN API_AVAILABLE(ios(16.4)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(16.4)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface SRMediaEvent : NSObject <NSCopying, NSSecureCoding>
 
 /*!
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRSensorReader.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRSensorReader.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRSensorReader.h	2023-06-23 18:23:47
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRSensorReader.h	2023-07-14 23:14:06
@@ -17,7 +17,7 @@
 NS_ASSUME_NONNULL_BEGIN
 
 @class SRSensorReader;
-SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos)
+SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos)
 @protocol SRSensorReaderDelegate <NSObject>
 @optional
 
@@ -85,7 +85,7 @@
 
 @end
 
-SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos)
+SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos)
 @interface SRSensorReader : NSObject
 
 /**
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRSensors+SRDeletionRecord.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRSensors+SRDeletionRecord.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRSensors+SRDeletionRecord.h	2023-06-24 04:09:07
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRSensors+SRDeletionRecord.h	2023-07-15 02:38:46
@@ -9,7 +9,7 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
-SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface NSString (SRDeletionRecord)
 /**
  * @brief Returns a sensor stream that contains deletion records of the sensor
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRSensors.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRSensors.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRSensors.h	2023-06-23 18:23:47
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRSensors.h	2023-07-14 23:24:29
@@ -15,7 +15,7 @@
  * A type of data stream stored in the SensorKit data store.
  *
  */
-typedef NSString * SRSensor NS_TYPED_ENUM API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+typedef NSString * SRSensor NS_TYPED_ENUM API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 NS_ASSUME_NONNULL_BEGIN
 
@@ -29,7 +29,7 @@
  * This data stream stores ambient light sensor data from devices when the screen is on.
  * Fetches from this stream return objects of type SRAmbientLightSample.
  */
-SR_EXTERN SRSensor const SRSensorAmbientLightSensor API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN SRSensor const SRSensorAmbientLightSensor API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 /*!
  * @const SRSensorAccelerometer
@@ -41,7 +41,7 @@
  * This data stream stores acceleration measured by the device's accelerometer.
  * Fetches from this stream return objects of type NSArray<CMRecordedAccelerometerData *> * as defined in the CoreMotion framework.
  */
-SR_EXTERN SRSensor const SRSensorAccelerometer API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN SRSensor const SRSensorAccelerometer API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 /*!
  * @const SRSensorRotationRate
@@ -53,7 +53,7 @@
  * This data stream stores rotation rate measured by the device's gyroscope.
  * Fetches from this stream return objects of type NSArray<CMRecordedRotationRateData *> * as defined in the CoreMotion framework.
  */
-SR_EXTERN SRSensor const SRSensorRotationRate API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN SRSensor const SRSensorRotationRate API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 /*!
  * @const SRSensorVisits
@@ -71,7 +71,7 @@
  *
  * Fetches from this stream return objects of type SRVisit.
  */
-SR_EXTERN SRSensor const SRSensorVisits API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN SRSensor const SRSensorVisits API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 /*!
  * @const SRSensorPedometerData
@@ -83,7 +83,7 @@
  * This stream stores information about your step count.
  * Fetches from this stream return objects of type CMPedometerData as defined in the CoreMotion framework.
  */
-SR_EXTERN SRSensor const SRSensorPedometerData API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN SRSensor const SRSensorPedometerData API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 /*!
  * @const SRSensorDeviceUsageReport
@@ -103,7 +103,7 @@
  *
  * Fetches from this stream return objects of type SRDeviceUsageReport.
  */
-SR_EXTERN SRSensor const SRSensorDeviceUsageReport API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN SRSensor const SRSensorDeviceUsageReport API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 /*!
  * @const SRSensorMessagesUsageReport
@@ -120,7 +120,7 @@
  *
  * Fetches from this stream return objects of type SRMessagesUsageReport.
  */
-SR_EXTERN SRSensor const SRSensorMessagesUsageReport API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN SRSensor const SRSensorMessagesUsageReport API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 /*!
  * @const SRSensorPhoneUsageReport
@@ -137,7 +137,7 @@
  *
  * Fetches from this stream return objects of type SRPhoneUsageReport.
  */
-SR_EXTERN SRSensor const SRSensorPhoneUsageReport API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN SRSensor const SRSensorPhoneUsageReport API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 /*!
  * @const SRSensorOnWristState
@@ -154,7 +154,7 @@
  *
  * Fetches from this stream return objects of type SRWristDetection.
  */
-SR_EXTERN SRSensor const SRSensorOnWristState API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN SRSensor const SRSensorOnWristState API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 /*!
  * @const SRSensorKeyboardMetrics
@@ -173,7 +173,7 @@
  *
  * Fetches from this stream return objects of type SRKeyboardMetrics.
  */
-SR_EXTERN SRSensor const SRSensorKeyboardMetrics API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN SRSensor const SRSensorKeyboardMetrics API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 /*!
  * @const SRSensorSiriSpeechMetrics
@@ -191,7 +191,7 @@
  *
  * Fetches from this stream return objects of type SFSpeechRecognitionResult as defined in the Speech framework.
  */
-SR_EXTERN SRSensor const SRSensorSiriSpeechMetrics API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN SRSensor const SRSensorSiriSpeechMetrics API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 /*!
  * @const SRSensorTelephonySpeechMetrics
@@ -210,7 +210,7 @@
  *
  * Fetches from this stream return objects of type SFSpeechRecognitionResult as defined in the Speech framework.
  */
-SR_EXTERN SRSensor const SRSensorTelephonySpeechMetrics API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN SRSensor const SRSensorTelephonySpeechMetrics API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 /*!
  * @const SRSensorAmbientPressure
@@ -227,7 +227,7 @@
  *
  * Fetches from this stream return objects of type NSArray<CMRecordedPressureData *> * as defined in the CoreMotion framework.
  */
-SR_EXTERN SRSensor const SRSensorAmbientPressure API_AVAILABLE(ios(15.4)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN SRSensor const SRSensorAmbientPressure API_AVAILABLE(ios(15.4)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 /*!
  * @const SRSensorMediaEvents
@@ -243,7 +243,7 @@
  * @/textblock
  * Fetches from this stream return objects of type SRMediaEvent.
  */
-SR_EXTERN SRSensor const SRSensorMediaEvents API_AVAILABLE(ios(16.4)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN SRSensor const SRSensorMediaEvents API_AVAILABLE(ios(16.4)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 /*!
  * @const SRSensorWristTemperature
@@ -262,7 +262,7 @@
  *
  * Fetches from this stream return objects of type SRWristTemperatureSession.
  */
-SR_EXTERN SRSensor const SRSensorWristTemperature API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN SRSensor const SRSensorWristTemperature API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 /*!
  * @const SRSensorHeartRate
@@ -273,7 +273,7 @@
  * @discussion
  * Fetches from this stream return objects of type \c CMHighFrequencyHeartRateData
  */
-SR_EXTERN SRSensor const SRSensorHeartRate API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN SRSensor const SRSensorHeartRate API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 
 /*!
@@ -292,7 +292,7 @@
  *
  * Fetches from this stream return objects of type SRFaceMetrics.
  */
-SR_EXTERN SRSensor const SRSensorFaceMetrics API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN SRSensor const SRSensorFaceMetrics API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 /*!
  * @const SRSensorOdometer
@@ -304,6 +304,6 @@
  * This stream stores measurements of your distance and speed
  * Fetches from this stream return objects of type \c CMOdometerData as defined in the CoreMotion framework.
  */
-SR_EXTERN SRSensor const SRSensorOdometer API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+SR_EXTERN SRSensor const SRSensorOdometer API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 NS_ASSUME_NONNULL_END
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRUsageReports.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRUsageReports.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRUsageReports.h	2023-06-23 18:58:59
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRUsageReports.h	2023-07-14 23:24:29
@@ -14,7 +14,7 @@
 @class SRNotificationUsage;
 @class SRWebUsage;
 
-SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface SRDeviceUsageReport : NSObject
 
 /// The duration of this report
@@ -57,9 +57,9 @@
     SRTextInputSessionTypeThirdPartyKeyboard,
     SRTextInputSessionTypePencil,
     SRTextInputSessionTypeDictation,
-} API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
+} API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
 
-SR_EXTERN API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface SRTextInputSession : NSObject
 
 @property (readonly) NSTimeInterval duration;
@@ -74,7 +74,7 @@
 @property (readonly, copy) NSString *sessionIdentifier API_AVAILABLE(ios(16.4)) API_UNAVAILABLE(watchos) API_UNAVAILABLE(tvos, macos);
 @end
 
-SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface SRApplicationUsage : NSObject
 
 /// The bundle identifier of the app in use. Only populated for Apple apps.
@@ -145,9 +145,9 @@
     SRNotificationEventDeduped,
     SRNotificationEventDeviceActivated,
     SRNotificationEventDeviceUnlocked,
-} API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
+} API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
 
-SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface SRNotificationUsage : NSObject
 
 /// The bundle identifier of the application that corresponds to the notification. Only populated for Apple apps.
@@ -157,12 +157,12 @@
 
 @end
 
-SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface SRWebUsage : NSObject
 @property (readonly) NSTimeInterval totalUsageTime;
 @end
 
-SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface SRMessagesUsageReport : NSObject
 
 @property (readonly) NSTimeInterval duration;
@@ -172,7 +172,7 @@
 
 @end
 
-SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface SRPhoneUsageReport : NSObject
 
 @property (readonly) NSTimeInterval duration;
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRVisit.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRVisit.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRVisit.h	2023-06-24 04:09:07
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRVisit.h	2023-07-15 02:38:45
@@ -17,9 +17,9 @@
     SRLocationCategoryWork,
     SRLocationCategorySchool,
     SRLocationCategoryGym,
-} API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+} API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
-SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface SRVisit : NSObject
 
 /// The distance between the location of interest to home
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRWristDetection.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRWristDetection.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRWristDetection.h	2023-06-24 04:09:07
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRWristDetection.h	2023-07-15 02:38:45
@@ -13,14 +13,14 @@
 typedef NS_ENUM(NSInteger, SRWristLocation) {
     SRWristLocationLeft,
     SRWristLocationRight,
-} API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+} API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
 typedef NS_ENUM(NSInteger, SRCrownOrientation) {
     SRCrownOrientationLeft,
     SRCrownOrientationRight,
-} API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, xros) API_UNAVAILABLE(tvos);
+} API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, macos, visionos) API_UNAVAILABLE(tvos);
 
-SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface SRWristDetection : NSObject
 @property(readonly) BOOL onWrist;
 @property(readonly) SRWristLocation wristLocation;
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRWristTemperature.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRWristTemperature.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRWristTemperature.h	2023-06-24 04:09:07
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRWristTemperature.h	2023-07-15 02:38:45
@@ -27,10 +27,10 @@
     SRWristTemperatureConditionOffWrist = 1 << 0,
     SRWristTemperatureConditionOnCharger = 1 << 1,
     SRWristTemperatureConditionInMotion = 1 << 2,
-} API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos);
+} API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos);
 
 NS_SWIFT_SENDABLE
-SR_EXTERN API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface SRWristTemperature : NSObject <NSCopying, NSSecureCoding>
 - (instancetype)init NS_UNAVAILABLE;
 + (instancetype)new NS_UNAVAILABLE;
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRWristTemperatureSession.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRWristTemperatureSession.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRWristTemperatureSession.h	2023-06-24 04:09:07
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRWristTemperatureSession.h	2023-07-15 02:38:45
@@ -12,7 +12,7 @@
 NS_ASSUME_NONNULL_BEGIN
 
 NS_SWIFT_SENDABLE
-SR_EXTERN API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos, xros) API_UNAVAILABLE(tvos, macos)
+SR_EXTERN API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos)
 @interface SRWristTemperatureSession : NSObject <NSCopying, NSSecureCoding>
 - (instancetype)init NS_UNAVAILABLE;
 + (instancetype)new NS_UNAVAILABLE;
Clone this wiki locally