Skip to content

Commit 8d9ea9f

Browse files
authored
Merge pull request #1585 from LoopKit/testflight-healthusagestring
Add description keys for HK usage to watch extension
2 parents e81c5af + 0333062 commit 8d9ea9f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Loop.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
MAIN_APP_BUNDLE_IDENTIFIER = com.${DEVELOPMENT_TEAM}.loopkit
1212
MAIN_APP_DISPLAY_NAME = Loop
1313

14-
LOOP_MARKETING_VERSION = 2.2.6
14+
LOOP_MARKETING_VERSION = 2.2.7
1515

1616
APPICON_NAME = AppIcon
1717

WatchApp Extension/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
<string>$(CURRENT_PROJECT_VERSION)</string>
2525
<key>CLKComplicationPrincipalClass</key>
2626
<string>$(PRODUCT_MODULE_NAME).ComplicationController</string>
27+
<key>NSHealthShareUsageDescription</key>
28+
<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>
29+
<key>NSHealthUpdateUsageDescription</key>
30+
<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>
2731
<key>CLKComplicationSupportedFamilies</key>
2832
<array>
2933
<string>CLKComplicationFamilyCircularSmall</string>

0 commit comments

Comments
 (0)