Skip to content

Commit

Permalink
Fixed build so CoreBluetooth framework is only needed by hidapi
Browse files Browse the repository at this point in the history
Also added plist keys for Bluetooth permission so testgamecontroller works with HIDAPI enabled
  • Loading branch information
slouken committed Nov 6, 2020
1 parent 59a644f commit d5e367a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 71 deletions.
4 changes: 4 additions & 0 deletions Xcode-iOS/Test/Info.plist
Expand Up @@ -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>

0 comments on commit d5e367a

Please sign in to comment.