mirror of
https://github.com/home-assistant/iOS.git
synced 2026-06-15 18:51:14 -05:00
## Summary Fixes the CarPlay voice entitlement introduced in #4594. The wrong entitlement key `com.apple.developer.carplay-voice-based-conversational-app` was used; the correct one is `com.apple.developer.carplay-voice-based-conversation`. ## Changes - Updated `Configuration/Entitlements/activate_special_entitlements.sh` to use `com.apple.developer.carplay-voice-based-conversation` instead of `com.apple.developer.carplay-voice-based-conversational-app`. ## Impact Only affects App target builds with CarPlay enabled (`ENABLE_CARPLAY=1`). No other files or targets are affected. Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: bgoncal <5808343+bgoncal@users.noreply.github.com>