From cc6372332b189bf16ee410f959b1f2e52ec53cd6 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Sat, 9 Jul 2016 14:17:29 -0400 Subject: [PATCH] update readme --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 1dba24f..8032ddc 100644 --- a/README.md +++ b/README.md @@ -125,24 +125,24 @@ 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 | ✓ | ✓ | -| LeanBodyMass | HKQuantityTypeIdentifierLeanBodyMass | ✓ | ✓ | -| StepCount | HKQuantityTypeIdentifierStepCount | ✓ | ✓ | -| DistanceWalkingRunning | HKQuantityTypeIdentifierDistanceWalkingRunning | ✓ | ✓ | -| DistanceCycling | HKQuantityTypeIdentifierDistanceCycling | ✓ | ✓ | -| BasalEnergyBurned | HKQuantityTypeIdentifierBasalEnergyBurned | ✓ | ✓ | -| ActiveEnergyBurned | HKQuantityTypeIdentifierActiveEnergyBurned | ✓ | ✓ | -| FlightsClimbed | HKQuantityTypeIdentifierFlightsClimbed | ✓ | ✓ | -| NikeFuel | HKQuantityTypeIdentifierNikeFuel | ✓ | | -| AppleExerciseTime | HKQuantityTypeIdentifierAppleExerciseTime | ✓ | | -| DietaryEnergy | HKQuantityTypeIdentifierDietaryEnergyConsumed | ✓ | ✓ | +| Permission | HealthKit Identifier Type | Read | Write | +|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|------|-------| +| DateOfBirth | HKCharacteristicTypeIdentifierDateOfBirth | ✓ | | +| BiologicalSex | HKCharacteristicTypeIdentifierBiologicalSex | ✓ | | +| Height | HKQuantityTypeIdentifierHeight | ✓ | ✓ | +| Weight | HKQuantityTypeIdentifierBodyMass | ✓ | ✓ | +| BodyFatPercentage | HKQuantityTypeIdentifierBodyFatPercentage | ✓ | ✓ | +| BodyMassIndex | [HKQuantityTypeIdentifierBodyMassIndex](https://developer.apple.com/reference/healthkit/hkquantitytypeidentifierbodymassindex?language=objc) | ✓ | ✓ | +| LeanBodyMass | HKQuantityTypeIdentifierLeanBodyMass | ✓ | ✓ | +| StepCount | HKQuantityTypeIdentifierStepCount | ✓ | ✓ | +| DistanceWalkingRunning | HKQuantityTypeIdentifierDistanceWalkingRunning | ✓ | ✓ | +| DistanceCycling | HKQuantityTypeIdentifierDistanceCycling | ✓ | ✓ | +| BasalEnergyBurned | HKQuantityTypeIdentifierBasalEnergyBurned | ✓ | ✓ | +| ActiveEnergyBurned | HKQuantityTypeIdentifierActiveEnergyBurned | ✓ | ✓ | +| FlightsClimbed | HKQuantityTypeIdentifierFlightsClimbed | ✓ | ✓ | +| NikeFuel | HKQuantityTypeIdentifierNikeFuel | ✓ | | +| AppleExerciseTime | HKQuantityTypeIdentifierAppleExerciseTime | ✓ | | +| DietaryEnergy | HKQuantityTypeIdentifierDietaryEnergyConsumed | ✓ | ✓ | -- 2.26.2