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:
parent
7fe7104eea
commit
8e19473b52
4 changed files with 20 additions and 22 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue