Files
aris-old/IrisCompanion/iris/Info.plist

17 lines
531 B
Plaintext
Raw Permalink Normal View History

2026-01-08 19:16:32 +00:00
<?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>
2026-01-10 18:50:15 +00:00
<key>MKDirectionsApplicationSupportedModes</key>
<array/>
2026-01-08 19:16:32 +00:00
<key>NSCalendarsFullAccessUsageDescription</key>
<string>Allow full calendar access to show upcoming events on Glass.</string>
<key>UIBackgroundModes</key>
<array>
<string>bluetooth-peripheral</string>
<string>bluetooth-central</string>
<string>location</string>
</array>
</dict>
</plist>