From 00f27e854d5312e29aa4ed8077f3da93783479f1 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 3 Oct 2019 17:32:55 +0100 Subject: [PATCH] Enabled Bluetooth permissions for iOS in the DemoRunner --- examples/DemoRunner/Builds/iOS/Info-App.plist | 4 ++++ examples/DemoRunner/DemoRunner.jucer | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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">