-
Notifications
You must be signed in to change notification settings - Fork 544
CoreHaptics iOS xcode26.0 b3
Rolf Bjarne Kvinge edited this page Jul 9, 2025
·
1 revision
#CoreHaptics.framework
diff -ruN /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreHaptics.framework/Headers/CHHapticEngine.h /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreHaptics.framework/Headers/CHHapticEngine.h
--- /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreHaptics.framework/Headers/CHHapticEngine.h 2025-06-11 01:33:39
+++ /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreHaptics.framework/Headers/CHHapticEngine.h 2025-06-25 23:34:37
@@ -375,12 +375,10 @@
/*! @property intendedSpatialExperience
@abstract
- The CHHapticEngine's intended spatial experience.
+ The CHHapticEngine's intended `CASpatialAudioExperience`.
@discussion
- Only useful for engines that have audio output. The default value of
- CAAutomaticSpatialAudio means the engine uses its AVAudioSession's
- intended spatial experience. See CASpatialAudioExperience for more
- details.
+ Only useful for engines that have audio output. If unspecified, the
+ property value defaults to `CAAutomaticSpatialAudio`.
*/
@property (nonnull, copy) CASpatialAudioExperience *intendedSpatialExperience API_AVAILABLE(visionos(26.0)) API_UNAVAILABLE(ios, watchos, tvos, macos) NS_REFINED_FOR_SWIFT;