Skip to content

Commit

Permalink
[HealthKit] Remove HKSeriesBuilder compliance of NSSecureCoding. (#17302
Browse files Browse the repository at this point in the history
)

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.
  • Loading branch information
rolfbjarne committed Jan 24, 2023
1 parent 86ee42a commit 9f0955b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/healthkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3501,7 +3501,7 @@ interface HKSeriesType {
[BaseType (typeof (NSObject))]
[DisableDefaultCtor]
interface HKSeriesBuilder
#if !MONOMAC
#if !MONOMAC && !XAMCORE_5_0
: NSSecureCoding
#endif
{
Expand Down

0 comments on commit 9f0955b

Please sign in to comment.