OSX Standalone version and bluetooth

Hi,

I get a crash report from a user when trying to open the Bluetooth MIDI devices panel

Thread 9 Crashed:: Dispatch queue: com.apple.root.default-qos
0   libsystem_kernel.dylib        	0x00007fff2064855e __abort_with_payload + 10
1   libsystem_kernel.dylib        	0x00007fff20649fc5 abort_with_payload_wrapper_internal + 80
2   libsystem_kernel.dylib        	0x00007fff20649ff7 abort_with_payload + 9
3   com.apple.TCC                 	0x00007fff24ee1f72 __TCC_CRASHING_DUE_TO_PRIVACY_VIOLATION__ + 163
4   com.apple.TCC                 	0x00007fff24ee27a3 __TCCAccessRequest_block_invoke.130 + 498
5   com.apple.TCC                 	0x00007fff24ee03c8 __tccd_send_message_block_invoke + 573
6   libxpc.dylib                  	0x00007fff203a2a9c _xpc_connection_reply_callout + 36
7   libxpc.dylib                  	0x00007fff203a2a24 _xpc_connection_call_reply_async + 69
8   libdispatch.dylib             	0x00007fff204b1870 _dispatch_client_callout3 + 8
9   libdispatch.dylib             	0x00007fff204ca035 _dispatch_mach_msg_async_reply_invoke + 375
10  libdispatch.dylib             	0x00007fff204c151c _dispatch_kevent_worker_thread + 1390
11  libsystem_pthread.dylib       	0x00007fff206584a5 _pthread_wqthread + 386
12  libsystem_pthread.dylib       	0x00007fff2065742f start_wqthread + 15

The user is on Big Sur.
I don’t have any crash on Catalina.

I am wondering if I should manually add
BLUETOOTH_PERMISSION_ENABLED and BLUETOOTH_PERMISSION_TEXT in my cmake
or it should be done by Juce as soon as I have a standalone version.

Thanks !