Skip to content

Cinematic tvOS xcode26.0 b3

Rolf Bjarne Kvinge edited this page Jul 9, 2025 · 1 revision

#Cinematic.framework

diff -ruN /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Cinematic.framework/Headers/CNSpatialAudio.h /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Cinematic.framework/Headers/CNSpatialAudio.h
--- /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Cinematic.framework/Headers/CNSpatialAudio.h	2025-06-14 05:49:48
+++ /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Cinematic.framework/Headers/CNSpatialAudio.h	2025-07-01 03:44:25
@@ -2,7 +2,7 @@
 //  CNSpatialAudio.h
 //  Cinematic
 //
-//  Copyright © 2024 Apple Inc. All rights reserved.
+//  Copyright © 2024-2025 Apple Inc. All rights reserved.
 //
 
 #import <Foundation/Foundation.h>
@@ -68,6 +68,12 @@
 
 - (instancetype)init NS_UNAVAILABLE;
 + (instancetype)new  NS_UNAVAILABLE;
+
+/*!
+@property		isSupported
+@abstract		Indicates whether the current device supports Audio Mix.
+*/
+@property (class, readonly) BOOL isSupported;
 
 /*!
  @method		checkIfContainsSpatialAudio:
Clone this wiki locally