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
main
Sam Lantinga 2023-08-03 12:56:46 -07:00
parent ca02bb6c8c
commit 103073d694
1 changed files with 2 additions and 0 deletions

View File

@ -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 = "";
};