-
Notifications
You must be signed in to change notification settings - Fork 515
CoreAudioKit iOS 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/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/AUGenericViewController.h /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/AUGenericViewController.h
--- /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/AUGenericViewController.h 2022-05-31 14:51:09.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/CoreAudioKit.h /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/CoreAudioKit.h
--- /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/CoreAudioKit.h 2022-02-17 02:27:50.000000000 -0500
+++ /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreAudioKit.framework/Headers/CoreAudioKit.h 2022-05-21 09:36:58.000000000 -0400
@@ -5,3 +5,4 @@
#import <CoreAudioKit/CABTMIDICentralViewController.h>
#import <CoreAudioKit/AUViewController.h>
+#import <CoreAudioKit/AUGenericViewController.h>
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status