initial commit
This commit is contained in:
24
IrisCompanion/iris/Info.plist
Normal file
24
IrisCompanion/iris/Info.plist
Normal file
@@ -0,0 +1,24 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user