-
Notifications
You must be signed in to change notification settings - Fork 571
Cinematic MacCatalyst xcode27.0 b2
Alex Soto edited this page Jun 23, 2026
·
2 revisions
#Cinematic.framework
diff -ruN /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/CNDetection.h /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/CNDetection.h
--- /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/CNDetection.h 2026-06-03 23:35:00
+++ /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/CNDetection.h 2026-06-17 01:04:18
@@ -90,7 +90,6 @@
/// For example, the face/torso detections of the same person are assigned the same detectionGroupID.
@property (readonly) CNDetectionGroupID detectionGroupID;
-
/// Determine whether a given detectionID is valid
+ (BOOL)isValidDetectionID:(CNDetectionID)detectionID;
diff -ruN /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/CNObjectTracker.h /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/CNObjectTracker.h
--- /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/CNObjectTracker.h 2026-06-04 00:08:58
+++ /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/CNObjectTracker.h 2026-06-17 01:03:21
@@ -46,7 +46,6 @@
/// - Returns: A prediction, which includes bounds that can be used to start tracking, or `nil` if no discernible object is detected.
- (nullable CNBoundsPrediction *)findObjectAtPoint:(CGPoint)point sourceImage:(CVPixelBufferRef)sourceImage;
-
/// Start creating a detection track to track an object within the given bounds.
/// - Parameters:
/// - time: the presentation time of the first frame in the detection track
diff -ruN /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/CNRenderingSession.h /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/CNRenderingSession.h
--- /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/CNRenderingSession.h 2026-06-04 00:08:58
+++ /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/CNRenderingSession.h 2026-06-13 21:34:23
@@ -90,7 +90,6 @@
@property (readonly) CGAffineTransform preferredTransform;
@property (readonly) CNRenderingQuality quality;
-
/// Encode a command to render a shallow depth of field (SDoF) image to a pixel buffer.
/// - Parameters:
/// - commandBuffer: the metal command buffer on which to encode the command
diff -ruN /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/CNScript.h /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/CNScript.h
--- /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/CNScript.h 2026-06-04 00:08:58
+++ /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/CNScript.h 2026-06-13 21:34:23
@@ -13,7 +13,6 @@
@class CNScriptChanges;
@class CNScriptFrame;
-
NS_REFINED_FOR_SWIFT NS_SWIFT_SENDABLE
API_AVAILABLE(macos(14.0), ios(17.0), tvos(17.0)) API_UNAVAILABLE(watchos)
/// Database of focus decisions with methods to change them.
@@ -52,7 +51,6 @@
/// Changes trimmed and time range shifted to start at zero — for use with a similarly trimmed cinematic asset.
- (CNScriptChanges *)changesTrimmedByTimeRange:(CMTimeRange)timeRange;
-
#pragma mark - frames
diff -ruN /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/CNSpatialAudio.h /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/CNSpatialAudio.h
--- /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/CNSpatialAudio.h 2026-06-04 00:08:58
+++ /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/CNSpatialAudio.h 2026-06-17 01:04:18
@@ -81,9 +81,7 @@
@param asset
An instance of AVAsset.
@param completionHandler
- Completion handler to return the result
- @result Boolean
- */
+ Completion handler to return the result */
+ (void)checkIfContainsSpatialAudio:(AVAsset *)asset completionHandler:(void (^)(BOOL result))completionHandler;
/*!
@@ -93,7 +91,6 @@
An instance of AVAsset
@param completionHandler
Completion handler to return the result
- @result An instance of CNAssetSpatialAudioInfo delivered via the completion handler or an error on failure
*/
+ (void)loadFromAsset:(AVAsset *)asset
completionHandler:(void (^)(CNAssetSpatialAudioInfo * _Nullable assetInfo,
@@ -116,13 +113,13 @@
@property (nonatomic, readonly) float defaultEffectIntensity;
/*!
- @method defaultRenderingStyle
+ @property defaultRenderingStyle
@abstract default rendering style as provided by the system
*/
@property (nonatomic, readonly) CNSpatialAudioRenderingStyle defaultRenderingStyle;
/*!
- @method spatialAudioMixMetadata
+ @property spatialAudioMixMetadata
@abstract The result of audio analysis during recording which contains metadata necessary to properly configure the Audio Mix feature during playback or editing..
Can be used with `AUAudioUnit` instances that support AudioUnitPropertyID `kProperty_SpatialAudioMixMetadata`
*/
diff -ruN /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/Cinematic.h /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/Cinematic.h
--- /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/Cinematic.h 2026-06-04 00:08:58
+++ /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/Cinematic.framework/Headers/Cinematic.h 2026-06-17 01:03:20
@@ -22,4 +22,3 @@
#import <Cinematic/CNScript.h>
#import <Cinematic/CNObjectTracker.h>
-