Skip to content

Commit

Permalink
Merge pull request #1585 from LoopKit/testflight-healthusagestring
Browse files Browse the repository at this point in the history
Add description keys for HK usage to watch extension
  • Loading branch information
ps2 committed Jan 11, 2022
2 parents e81c5af + 0333062 commit 8d9ea9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Loop.xcconfig
Expand Up @@ -11,7 +11,7 @@
MAIN_APP_BUNDLE_IDENTIFIER = com.${DEVELOPMENT_TEAM}.loopkit
MAIN_APP_DISPLAY_NAME = Loop

LOOP_MARKETING_VERSION = 2.2.6
LOOP_MARKETING_VERSION = 2.2.7

APPICON_NAME = AppIcon

Expand Down
4 changes: 4 additions & 0 deletions WatchApp Extension/Info.plist
Expand Up @@ -24,6 +24,10 @@
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>CLKComplicationPrincipalClass</key>
<string>$(PRODUCT_MODULE_NAME).ComplicationController</string>
<key>NSHealthShareUsageDescription</key>
<string>Meal data from the Health database is used to determine glucose effects. Glucose data from the Health database is used for graphing and momentum calculation. Sleep data from the Health database is used to optimize delivery of Apple Watch complication updates during the time you are awake.</string>
<key>NSHealthUpdateUsageDescription</key>
<string>Carbohydrate meal data entered in the app and on the watch is stored in the Health database. Glucose data retrieved from the CGM is stored securely in HealthKit.</string>
<key>CLKComplicationSupportedFamilies</key>
<array>
<string>CLKComplicationFamilyCircularSmall</string>
Expand Down

0 comments on commit 8d9ea9f

Please sign in to comment.