From 9f0955be9c7d109459144e9ff252a5732b899c4c Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Mon, 23 Jan 2023 11:47:31 +0100 Subject: [PATCH] [HealthKit] Remove HKSeriesBuilder compliance of NSSecureCoding. (#17302) There's no trace of this in the headers, so I assume it's something that happened in a beta and then got removed, and we didn't notice to update our bindings. --- src/healthkit.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/healthkit.cs b/src/healthkit.cs index ee4a34f9075e..7464d5591eb8 100644 --- a/src/healthkit.cs +++ b/src/healthkit.cs @@ -3501,7 +3501,7 @@ interface HKSeriesType { [BaseType (typeof (NSObject))] [DisableDefaultCtor] interface HKSeriesBuilder -#if !MONOMAC +#if !MONOMAC && !XAMCORE_5_0 : NSSecureCoding #endif {