[ios] Adding CarPlay entitlement

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2025-08-17 22:07:30 +02:00
parent c59b63d784
commit 035a8edebb
2 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,8 @@
<array>
<string>applinks:comaps.at</string>
</array>
<key>com.apple.developer.carplay-maps</key>
<true/>
<key>com.apple.developer.icloud-container-identifiers</key>
<array>
<string>iCloud.app.comaps.debug</string>

View File

@@ -8,6 +8,8 @@
<array>
<string>applinks:comaps.at</string>
</array>
<key>com.apple.developer.carplay-maps</key>
<true/>
<key>com.apple.developer.icloud-container-identifiers</key>
<array>
<string>iCloud.app.comaps</string>