From 882c1b29d64972c49a6b1836192d413121ac1db0 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Thu, 17 Feb 2022 17:39:16 +0100 Subject: [PATCH] [AVFoundation] AVAudioUnitManufacturerNameApple and AVAudioUnitType aren't deprecated neither in headers nor documentation. --- src/avfoundation.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/avfoundation.cs b/src/avfoundation.cs index a640f4953d12..d06334e76a66 100644 --- a/src/avfoundation.cs +++ b/src/avfoundation.cs @@ -13997,7 +13997,6 @@ interface AVMusicTrack { nuint TimeResolution { get; } } - [Obsoleted (PlatformName.TvOS, 12,0, message: "All fields will return 'null'.")] [Watch (3,0)] [iOS (9,0)][Mac (10,11)] [Static] @@ -14146,8 +14145,6 @@ interface AVAudioUnitComponentManager { [Watch (3,0)] [Static] interface AVAudioUnitManufacturerName { - - [Obsoleted (PlatformName.TvOS, 12,0, message: "Field will return 'null'.")] [Field ("AVAudioUnitManufacturerNameApple")] [Mac (10,10), iOS (9,0)] NSString Apple { get; }