First pass adding android auto and apple carplay support. Android auto tuned on emulator.

This commit is contained in:
2026-05-15 21:30:23 -07:00
parent 52f5ec577b
commit 83dd1a28b8
14 changed files with 382 additions and 33 deletions
+13
View File
@@ -0,0 +1,13 @@
<?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>
<!--
CarPlay audio entitlement. This must also be enabled on the Apple Developer Portal
(Certificates, Identifiers & Profiles → your App ID → Capabilities → CarPlay)
and added to the target in Xcode: Signing & Capabilities → + Capability → CarPlay.
-->
<key>com.apple.developer.carplay-audio</key>
<true/>
</dict>
</plist>