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 authored Jan 23, 2023
1 parent 5680908 commit d3af572
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

4 comments on commit d3af572

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.