mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
37 lines
1.1 KiB
XML
37 lines
1.1 KiB
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>
|
|
<key>com.apple.developer.associated-domains</key>
|
|
<array>
|
|
<string>applinks:meshtastic.org/e/*</string>
|
|
<string>applinks:meshtastic.org/v/*</string>
|
|
</array>
|
|
<key>com.apple.developer.carplay-communication</key>
|
|
<true/>
|
|
<key>com.apple.developer.usernotifications.critical-alerts</key>
|
|
<true/>
|
|
<key>com.apple.developer.weatherkit</key>
|
|
<true/>
|
|
<key>com.apple.security.app-sandbox</key>
|
|
<true/>
|
|
<key>com.apple.security.device.bluetooth</key>
|
|
<true/>
|
|
<key>com.apple.security.device.serial</key>
|
|
<true/>
|
|
<key>com.apple.security.device.usb</key>
|
|
<true/>
|
|
<key>com.apple.security.files.user-selected.read-write</key>
|
|
<true/>
|
|
<key>com.apple.security.network.client</key>
|
|
<true/>
|
|
<key>com.apple.security.network.server</key>
|
|
<true/>
|
|
<key>com.apple.security.personal-information.location</key>
|
|
<true/>
|
|
<key>keychain-access-groups</key>
|
|
<array>
|
|
<string>$(AppIdentifierPrefix)gvh.MeshtasticClient</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|