Skip to content

Commit

Permalink
[HealthKit] Add Xcode13 beta5 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque committed Aug 16, 2021
1 parent b4e828c commit 5df2fd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/healthkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1003,6 +1003,10 @@ interface HKMetadataKey {
[Watch (8, 0), iOS (15, 0)]
[Field ("HKMetadataKeyDateOfEarliestDataUsedForEstimate")]
NSString DateOfEarliestDataUsedForEstimate { get;}

[Watch (8, 0), iOS (15, 0)]
[Field ("HKMetadataKeyAlgorithmVersion")]
NSString AlgorithmVersion { get; }
}

[Watch (2,0)]
Expand Down
1 change: 0 additions & 1 deletion tests/xtro-sharpie/iOS-HealthKit.todo

This file was deleted.

0 comments on commit 5df2fd0

Please sign in to comment.