Files
Copilot ce4aa55811 Fix CarPlay voice entitlement: use correct com.apple.developer.carplay-voice-based-conversation (#4595)
## 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>
2026-04-30 21:38:22 +00:00
..
2021-09-18 19:42:29 -07:00