<?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>CFBundleName</key>
<string>awear-rs</string>
<key>CFBundleIdentifier</key>
<string>com.awear-rs.app</string>
<key>CFBundleVersion</key>
<string>0.0.1</string>
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>awear-rs needs Bluetooth access to discover and connect to AWEAR EEG devices.</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>awear-rs needs Bluetooth access to discover and connect to AWEAR EEG devices.</string>
</dict>
</plist>