Commit cc637233 authored by Greg Wilson's avatar Greg Wilson

update readme

parent 11553a13
......@@ -126,13 +126,13 @@ Permissions
The available HealthKit permissions to use with `initHealthKit`
| Permission | HealthKit Identifier Type | Read | Write |
|------------------------|------------------------------------------------|------|-------|
|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|------|-------|
| DateOfBirth | HKCharacteristicTypeIdentifierDateOfBirth | ✓ | |
| BiologicalSex | HKCharacteristicTypeIdentifierBiologicalSex | ✓ | |
| Height | HKQuantityTypeIdentifierHeight | ✓ | ✓ |
| Weight | HKQuantityTypeIdentifierBodyMass | ✓ | ✓ |
| BodyFatPercentage | HKQuantityTypeIdentifierBodyFatPercentage | ✓ | ✓ |
| BodyMassIndex | HKQuantityTypeIdentifierBodyMassIndex | ✓ | ✓ |
| BodyMassIndex | [HKQuantityTypeIdentifierBodyMassIndex](https://developer.apple.com/reference/healthkit/hkquantitytypeidentifierbodymassindex?language=objc) | ✓ | ✓ |
| LeanBodyMass | HKQuantityTypeIdentifierLeanBodyMass | ✓ | ✓ |
| StepCount | HKQuantityTypeIdentifierStepCount | ✓ | ✓ |
| DistanceWalkingRunning | HKQuantityTypeIdentifierDistanceWalkingRunning | ✓ | ✓ |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment