Skip to content

CoreAudioKit macOS xcode14.0 rc

Israel Soto edited this page Sep 7, 2022 · 1 revision

#CoreAudioKit.framework

diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/AUCustomViewPersistentData.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/AUCustomViewPersistentData.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/AUCustomViewPersistentData.h	2022-08-05 12:39:36.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/AUCustomViewPersistentData.h	2022-08-03 21:04:41.000000000 -0500
@@ -11,11 +11,12 @@
                      http://developer.apple.com/bugreporter/
 */
 
-#import <Foundation/NSDictionary.h>
 #import <Foundation/NSObjCRuntime.h>
 
 NS_ASSUME_NONNULL_BEGIN
 
+@class NSDictionary;
+
 API_AVAILABLE(macos(10.6)) API_UNAVAILABLE(ios, tvos, watchos)
 @protocol AUCustomViewPersistentData
 
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/AUGenericViewController.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/AUGenericViewController.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/AUGenericViewController.h	2022-08-05 12:39:36.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/AUGenericViewController.h	1969-12-31 18:00:00.000000000 -0600
@@ -1,29 +0,0 @@
-// =================================================================================================
-// AUGenericViewController.h
-// =================================================================================================
-/*
- File:         AUGenericViewController.h
- Framework:    CoreAudioKit
- 
- Copyright (c) 2022 Apple Inc. All Rights Reserved.
- */
-
-#import <CoreAudioKit/AUViewController.h>
-#import <AVFoundation/AVAudioUnit.h>
-
-#if TARGET_OS_IPHONE
-typedef UIColor AUViewColor;
-#else
-typedef NSColor AUViewColor;
-#endif
-
-NS_ASSUME_NONNULL_BEGIN
-
-API_AVAILABLE(macos(13.0), ios(16.0))
-@interface AUGenericViewController : AUViewControllerBase
-
-@property (nonatomic, strong, nullable) AUAudioUnit *auAudioUnit;
-
-@end
-
-NS_ASSUME_NONNULL_END
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/CoreAudioKit.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/CoreAudioKit.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/CoreAudioKit.h	2022-08-01 09:25:10.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/CoreAudioKit.h	2022-02-17 04:31:19.000000000 -0600
@@ -21,6 +21,4 @@
 #if __OBJC2__
 #import <CoreAudioKit/CAInterDeviceAudioViewController.h>
 #import <CoreAudioKit/AUViewController.h>
-#import <CoreAudioKit/AUGenericViewController.h>
 #endif
-
Clone this wiki locally