Add CarPlay entitlement

This commit is contained in:
Garth Vander Houwen 2023-08-29 19:17:48 -07:00
parent ca9503b5a9
commit e65b773470

View file

@ -48,7 +48,7 @@
<key>NSBluetoothAlwaysUsageDescription</key>
<string>We use bluetooth to connect to nearby Meshtastic Devices</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Bluetooth is used to connect an iPhone to a user's meshtastic device to allow text messaging and location data for the mesh network.</string>
<string>Bluetooth is used to connect an iPhone to a user&apos;s meshtastic device to allow text messaging and location data for the mesh network.</string>
<key>NSCameraUsageDescription</key>
<string>We use the camera to share channels using a QR Code</string>
<key>NSLocationUsageDescription</key>
@ -116,5 +116,7 @@
</dict>
</dict>
</array>
<key>com.apple.developer.carplay-communication</key>
<true/>
</dict>
</plist>