From 714cc18a8a5e9af5141dff620dc11bd2a418e9f2 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Sat, 9 Jul 2016 14:11:14 -0400 Subject: [PATCH] update readme --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index c7eedd1..58fb0ac 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,29 @@ The available HealthKit permissions to use with `initHealthKit` | ActiveEnergy | HKQuantityTypeIdentifierActiveEnergyBurned | + +| 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 | ✓ | ✓ | + + + + Options ------- -- 2.26.2