Files
aris-old/IrisCompanion/iris/Info.plist
2026-01-08 19:16:32 +00:00

25 lines
1.1 KiB
Plaintext

<?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>NSBluetoothAlwaysUsageDescription</key>
<string>Allow Bluetooth to send context updates to Glass.</string>
<key>NSCalendarsUsageDescription</key>
<string>Allow calendar access to show upcoming events on Glass.</string>
<key>NSCalendarsFullAccessUsageDescription</key>
<string>Allow full calendar access to show upcoming events on Glass.</string>
<key>NSAppleMusicUsageDescription</key>
<string>Allow access to your Now Playing information to show music on Glass.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Allow location access to compute context cards for Glass.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Allow background location access to keep Glass context updated while moving.</string>
<key>UIBackgroundModes</key>
<array>
<string>bluetooth-peripheral</string>
<string>bluetooth-central</string>
<string>location</string>
</array>
</dict>
</plist>