mirror of https://github.com/libsdl-org/SDL
Set NSBluetoothAlwaysUsageDescription for testcontroller
This allows testing Steam Controller support on iOS/tvOS, once you enable SDL_JOYSTICK_HIDAPI in SDL_build_config_ios.h
This commit is contained in:
parent
ca02bb6c8c
commit
103073d694
|
@ -4289,6 +4289,7 @@
|
|||
buildSettings = {
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
INFOPLIST_KEY_NSBluetoothAlwaysUsageDescription = "Steam Controller support";
|
||||
PRODUCT_NAME = testcontroller;
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
};
|
||||
|
@ -4299,6 +4300,7 @@
|
|||
buildSettings = {
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
INFOPLIST_KEY_NSBluetoothAlwaysUsageDescription = "Steam Controller support";
|
||||
PRODUCT_NAME = testcontroller;
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue