summaryrefslogtreecommitdiff
path: root/docs/README-ios.md
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2018-10-29 19:58:59 -0700
committerSam Lantinga <slouken@libsdl.org>2018-10-29 19:58:59 -0700
commitdbf40c09c49480a807d07249bd105b0a6fe7b35e (patch)
tree1d242795792247b612cdc7f366dd780de07e0d62 /docs/README-ios.md
parentb4ec160c1c98df7681188845dc415ecf999e9a2f (diff)
downloadsdl-dbf40c09c49480a807d07249bd105b0a6fe7b35e.tar.gz
Backed out changeset 9bb50edccc46, SDL_JOYSTICK_HIDAPI is only used on iOS for Steam Controller support, which is not publicly available.
Diffstat (limited to 'docs/README-ios.md')
-rw-r--r--docs/README-ios.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/README-ios.md b/docs/README-ios.md
index 445524f5b..bf34fe482 100644
--- a/docs/README-ios.md
+++ b/docs/README-ios.md
@@ -229,22 +229,6 @@ Loading Shared Objects:
This is disabled by default since it seems to break the terms of the iOS SDK agreement for iOS versions prior to iOS 8. It can be re-enabled in SDL_config_iphoneos.h.
==============================================================================
-Notes -- CoreBluetooth.framework
-==============================================================================
-
-SDL_JOYSTICK_HIDAPI is disabled by default. It can give you access to a lot
-more game controller devices, but it requires permission from the user before
-your app will be able to talk to the Bluetooth hardware. "Made For iOS"
-branded controllers do not need this as we don't have to speak to them
-directly with raw bluetooth, so many apps can live without this.
-
-You'll need to link with CoreBluetooth.framework and add something like this
-to your Info.plist:
-
-<key>NSBluetoothPeripheralUsageDescription</key>
-<string>MyApp would like to remain connected to nearby bluetooth Game Controllers and Game Pads even when you're not using the app.</string>
-
-==============================================================================
Game Center
==============================================================================