Skip to content

CoreAudioKit macOS xcode14.0 beta1

Manuel de la Pena edited this page Jul 7, 2022 · 3 revisions

#CoreAudioKit.framework https://github.com/xamarin/xamarin-macios/pull/15418

diff -ruN /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/AUCustomViewPersistentData.h /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/AUCustomViewPersistentData.h
--- /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/AUCustomViewPersistentData.h	2022-02-23 10:55:28.000000000 -0500
+++ /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/AUCustomViewPersistentData.h	2022-05-31 15:01:47.000000000 -0400
@@ -11,12 +11,11 @@
                      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_13.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/AUGenericViewController.h /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/AUGenericViewController.h
--- /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/AUGenericViewController.h	1969-12-31 19:00:00.000000000 -0500
+++ /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/AUGenericViewController.h	2022-05-31 15:01:47.000000000 -0400
@@ -0,0 +1,30 @@
+// =================================================================================================
+// 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;
+@property (nonatomic, strong, nullable) AUViewColor *tintColor;
+
+@end
+
+NS_ASSUME_NONNULL_END
diff -ruN /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/CoreAudioKit.h /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/CoreAudioKit.h
--- /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/CoreAudioKit.h	2022-02-17 05:31:19.000000000 -0500
+++ /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/CoreAudioKit.h	2022-05-21 09:01:16.000000000 -0400
@@ -21,4 +21,6 @@
 #if __OBJC2__
 #import <CoreAudioKit/CAInterDeviceAudioViewController.h>
 #import <CoreAudioKit/AUViewController.h>
+#import <CoreAudioKit/AUGenericViewController.h>
 #endif
+
Clone this wiki locally