Browse Source

Enabled Bluetooth permissions for iOS in the DemoRunner

tags/2021-05-28
ed 6 years ago
parent
commit
00f27e854d
2 changed files with 6 additions and 1 deletions
  1. +4
    -0
      examples/DemoRunner/Builds/iOS/Info-App.plist
  2. +2
    -1
      examples/DemoRunner/DemoRunner.jucer

+ 4
- 0
examples/DemoRunner/Builds/iOS/Info-App.plist View File

@@ -7,6 +7,10 @@
<string>This app requires audio input. If you do not have an audio interface connected it will use the built-in microphone.</string>
<key>NSCameraUsageDescription</key>
<string>This app requires access to the camera to function correctly.</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>This app requires access to Bluetooth to function correctly.</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>This app requires access to Bluetooth to function correctly.</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIViewControllerBasedStatusBarAppearance</key>


+ 2
- 1
examples/DemoRunner/DemoRunner.jucer View File

@@ -121,7 +121,8 @@
</ANDROIDSTUDIO>
<XCODE_IPHONE targetFolder="Builds/iOS" UISupportsDocumentBrowser="1" microphonePermissionNeeded="1"
cameraPermissionNeeded="1" iCloudPermissions="1" UIFileSharingEnabled="1"
customXcodeResourceFolders="../Assets" smallIcon="YyqWd2" bigIcon="YyqWd2">
customXcodeResourceFolders="../Assets" smallIcon="YyqWd2" bigIcon="YyqWd2"
iosBluetoothPermissionNeeded="1">
<CONFIGURATIONS>
<CONFIGURATION isDebug="1" name="Debug" recommendedWarnings="LLVM"/>
<CONFIGURATION isDebug="0" name="Release" recommendedWarnings="LLVM"/>


Loading…
Cancel
Save