mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
DemoRunner: Enable bluetooth permission on macOS to fix permissions issue on macOS 11+
This commit is contained in:
parent
bfea8c89b0
commit
7f21aa4cc6
2 changed files with 4 additions and 1 deletions
|
|
@ -7,6 +7,8 @@
|
|||
<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>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
|
|
|
|||
|
|
@ -33,7 +33,8 @@
|
|||
<EXPORTFORMATS>
|
||||
<XCODE_MAC targetFolder="Builds/MacOSX" smallIcon="YyqWd2" bigIcon="YyqWd2"
|
||||
customXcodeResourceFolders="../Assets ../Audio ../DSP ../GUI ../Utilities"
|
||||
microphonePermissionNeeded="1" cameraPermissionNeeded="1" applicationCategory="public.app-category.developer-tools">
|
||||
microphonePermissionNeeded="1" cameraPermissionNeeded="1" applicationCategory="public.app-category.developer-tools"
|
||||
iosBluetoothPermissionNeeded="1">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION isDebug="1" name="Debug" recommendedWarnings="LLVM"/>
|
||||
<CONFIGURATION isDebug="0" name="Release" recommendedWarnings="LLVM"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue