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; }