diff options
Diffstat (limited to 'iCUrHealth/iCUrHealth.entitlements')
-rw-r--r-- | iCUrHealth/iCUrHealth.entitlements | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/iCUrHealth/iCUrHealth.entitlements b/iCUrHealth/iCUrHealth.entitlements index f2ef3ae..ccc6b5e 100644 --- a/iCUrHealth/iCUrHealth.entitlements +++ b/iCUrHealth/iCUrHealth.entitlements @@ -2,9 +2,13 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> - <key>com.apple.security.app-sandbox</key> - <true/> - <key>com.apple.security.files.user-selected.read-only</key> - <true/> + <key>com.apple.developer.healthkit</key> + <true/> + <key>com.apple.developer.healthkit.access</key> + <array/> + <key>com.apple.security.app-sandbox</key> + <true/> + <key>com.apple.security.files.user-selected.read-only</key> + <true/> </dict> </plist> |