1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

macOS: Add NSBluetoothAlwaysUsageDescription to macOS plists as well as iOS ones

This commit is contained in:
reuk 2020-07-07 12:26:29 +01:00
parent 7fe7104eea
commit 8e19473b52
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11
4 changed files with 20 additions and 22 deletions

View file

@ -196,10 +196,10 @@ attributes directly to these creation functions, rather than adding them later.
- The text your app will display when it requests camera permissions.
- `BLUETOOTH_PERMISSION_ENABLED`
- May be either TRUE or FALSE. Adds the appropriate entries to an iOS app's Info.plist.
- May be either TRUE or FALSE. Adds the appropriate entries to an app's Info.plist.
- `BLUETOOTH_PERMISSION_TEXT`
- The text your iOS app will display when it requests bluetooth permissions.
- The text your app will display when it requests bluetooth permissions.
- `SEND_APPLE_EVENTS_PERMISSION_ENABLED`
- May be either TRUE or FALSE. Enable this to allow your app to send Apple events.