mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 22:21:42 +00:00
* feat(ios): add private HealthKit summaries * fix(ios): satisfy Health settings lint * chore(ios): sync Health localization artifacts * chore(ios): refresh generated localization and docs * fix(ios): reject partial Health history * chore(ios): sync Health string catalogs * fix(ios): bridge Health authorization dates * fix(ios): scope Health summaries to today
15 lines
446 B
XML
15 lines
446 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>aps-environment</key>
|
|
<string>$(OPENCLAW_APNS_ENTITLEMENT_ENVIRONMENT)</string>
|
|
<key>com.apple.security.application-groups</key>
|
|
<array>
|
|
<string>$(OPENCLAW_ACTIVE_APP_GROUP_ID)</string>
|
|
</array>
|
|
<key>com.apple.developer.healthkit</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|