diff --git a/examples/DemoRunner/Builds/iOS/Info-App.plist b/examples/DemoRunner/Builds/iOS/Info-App.plist index 483c3852b7..cdc14974c7 100644 --- a/examples/DemoRunner/Builds/iOS/Info-App.plist +++ b/examples/DemoRunner/Builds/iOS/Info-App.plist @@ -7,6 +7,10 @@ This app requires audio input. If you do not have an audio interface connected it will use the built-in microphone. NSCameraUsageDescription This app requires access to the camera to function correctly. + NSBluetoothAlwaysUsageDescription + This app requires access to Bluetooth to function correctly. + NSBluetoothPeripheralUsageDescription + This app requires access to Bluetooth to function correctly. LSRequiresIPhoneOS UIViewControllerBasedStatusBarAppearance diff --git a/examples/DemoRunner/DemoRunner.jucer b/examples/DemoRunner/DemoRunner.jucer index f661d0ed91..13cbdb2866 100644 --- a/examples/DemoRunner/DemoRunner.jucer +++ b/examples/DemoRunner/DemoRunner.jucer @@ -121,7 +121,8 @@ + customXcodeResourceFolders="../Assets" smallIcon="YyqWd2" bigIcon="YyqWd2" + iosBluetoothPermissionNeeded="1">