Fixed build so CoreBluetooth framework is only needed by hidapi

Also added plist keys for Bluetooth permission so testgamecontroller works with HIDAPI enabled
This commit is contained in:
Sam Lantinga
2020-11-06 14:45:36 -08:00
parent 59a644fb01
commit d5e367a466
3 changed files with 9 additions and 71 deletions

View File

@@ -26,5 +26,9 @@
<string>1.0</string>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>Steam Link would like to use Bluetooth controllers for input.</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Steam Link would like to use Bluetooth controllers for input.</string>
</dict>
</plist>