Skip to content

Commit

Permalink
[HealthKit] Add Xcode13 beta5 support. (#12453)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque committed Aug 17, 2021
1 parent 16ff955 commit 08eaaf9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/watchOS-HealthKit.todo

This file was deleted.

5 comments on commit 08eaaf9

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ [CI Build] Tests failed on Build ❌

Tests failed on Build.

API diff

✅ API Diff from stable

View API diff

API & Generator diff

ℹ️ API Diff (from PR only) (please review changes)
ℹ️ Generator Diff (please review changes)

Packages generated

View packages

Test results

1 tests failed, 243 tests passed.

Failed tests

  • Documentation/All: Failed

Pipeline on Agent XAMBOT-1033.BigSur'
[HealthKit] Add Xcode13 beta5 support. (#12453)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Tests were not ran (VSTS: device tests iOS). ⚠️

Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.

Pipeline on Agent
[HealthKit] Add Xcode13 beta5 support. (#12453)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Tests failed on macOS M1 - Mac Big Sur (11.5) ❌

Tests failed on M1 - Mac Big Sur (11.5).

Failed tests are:

  • xammac_tests

Pipeline on Agent
[HealthKit] Add Xcode13 beta5 support. (#12453)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Tests passed on macOS Mac Mojave (10.14) ✅

Tests passed

All tests on macOS X Mac Mojave (10.14) passed.

Pipeline on Agent
[HealthKit] Add Xcode13 beta5 support. (#12453)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Tests were not ran (VSTS: device tests tvOS). ⚠️

Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.

Pipeline on Agent
[HealthKit] Add Xcode13 beta5 support. (#12453)

Please sign in to comment.