Skip to content

Fix CarPlay voice entitlement: use correct com.apple.developer.carplay-voice-based-conversation#4595

Merged
bgoncal merged 1 commit into
mainfrom
copilot/fix-entitlement-for-carplay
Apr 30, 2026
Merged

Fix CarPlay voice entitlement: use correct com.apple.developer.carplay-voice-based-conversation#4595
bgoncal merged 1 commit into
mainfrom
copilot/fix-entitlement-for-carplay

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 30, 2026

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.

…based-conversation

Agent-Logs-Url: https://github.com/home-assistant/iOS/sessions/5bea5d97-4fe0-4cba-b6e6-f567283e0270

Co-authored-by: bgoncal <5808343+bgoncal@users.noreply.github.com>
@bgoncal bgoncal marked this pull request as ready for review April 30, 2026 21:05
Copilot AI review requested due to automatic review settings April 30, 2026 21:05
@bgoncal bgoncal enabled auto-merge (squash) April 30, 2026 21:05
Copilot AI requested a review from bgoncal April 30, 2026 21:05
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the special entitlements injection script to use the correct CarPlay voice entitlement key, ensuring CarPlay-enabled App builds receive the intended capability.

Changes:

  • Replaced the incorrect entitlement key com.apple.developer.carplay-voice-based-conversational-app with com.apple.developer.carplay-voice-based-conversation.
  • Updated associated CI/disabled warning messages to match the corrected entitlement key.

@bgoncal bgoncal merged commit ce4aa55 into main Apr 30, 2026
18 checks passed
@bgoncal bgoncal deleted the copilot/fix-entitlement-for-carplay branch April 30, 2026 21:38
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@ace47a5). Learn more about missing BASE report.

Additional details and impacted files
@@          Coverage Diff           @@
##             main   #4595   +/-   ##
======================================
  Coverage        ?       0           
======================================
  Files           ?       0           
  Lines           ?       0           
  Branches        ?       0           
======================================
  Hits            ?       0           
  Misses          ?       0           
  Partials        ?       0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants