14 lines
517 B
XML
14 lines
517 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>
|
|
<!--
|
|
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>
|